DevExpress.DataAccess.v24.1
Contains classes that utilize the most popular approaches to access different data providers.
Contains classes that incorporate connection parameters of various data providers.
Contains parameters used to establish a connection to an Access 2007 database file.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class.
A that specifies the path to the Access 2007 database file. This value is assigned to the FileConnectionParametersBase.FileName property.
A that specifies the password used for authentication. This value is assigned to the FileConnectionParametersBase.Password property.
Contains parameters used to establish a connection to an Access 97 database file.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class.
A that specifies the path to the Access 97 database file. This value is assigned to the FileConnectionParametersBase.FileName property.
A that specifies the user name used for authentication. This value is assigned to the Access97ConnectionParameters.UserName property.
A that specifies the password used for authentication. This value is assigned to the FileConnectionParametersBase.Password property.
Gets or sets the user name used to authenticate to the database.
A that specifies the user name used to authenticate to the database.
Contains parameters used to establish a connection to an Advantage database file.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class.
A that specifies the path to the Advantage database file. This value is assigned to the FileConnectionParametersBase.FileName property.
A that specifies the user name used for authentication. This value is assigned to the AdvantageConnectionParameters.UserName property.
A that specifies the password used for authentication. This value is assigned to the FileConnectionParametersBase.Password property.
A enumeration value that specifies the type of the Advantage server. This value is assigned to the AdvantageConnectionParameters.ServerType property.
Initializes a new instance of the class.
A that specifies the path to the Advantage database file. This value is assigned to the FileConnectionParametersBase.FileName property.
A that specifies the user name used for authentication. This value is assigned to the AdvantageConnectionParameters.UserName property.
A that specifies the password used for authentication. This value is assigned to the FileConnectionParametersBase.Password property.
Gets or sets the type of the Advantage server.
A enumeration value that specifies the type of the Advantage server.
Gets or sets the user name used to authenticate to the database.
A that specifies the user name used to authenticate to the database.
Lists values that identify the type of the Advantage server.
Identifies the Internet server type.
Identifies the Local server type.
Identifies the Remote server type.
Contains parameters used to establish a connection to an Amazon Redshift database.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified settings.
A value, specifying the server name.
An integer value, specifying the port number.
A value, specifying the database name.
A value, specifying the user name.
A value, specifying the password.
Initializes a new instance of the class with the specified settings.
A value, specifying the server name.
A value, specifying the database name.
A value, specifying the user name.
A value, specifying the password.
The default port for connecting to Amazon RedShift databases (5439).
Contains parameters used to establish a connection to an SAP SQL Anywhere database.
Initializes a new instance of the class.
Initializes a new instance of the class.
A that specifies the name of the SAP SQL Anywhere server to which the connection should be established.
A values that specifies the hostname of the SAP SQL Anywhere server to which the connection should be established.
A value that specifies the name of the database deployed on a SAP SQL Anywhere database server.
A that specifies the user name used to authenticate to the SAP SQL Anywhere server.
A that specifies the password used to authenticate to the SAP SQL Anywhere server.
Initializes a new instance of the class.
A that specifies the name of the SAP SQL Anywhere server to which the connection should be established.
A value that specifies the name of the database deployed on a SAP SQL Anywhere database server.
A that specifies the user name used to authenticate to the SAP SQL Anywhere server.
A that specifies the password used to authenticate to the SAP SQL Anywhere server.
Initializes a new instance of the class.
A that specifies the path to the database file.
A that specifies the user name used to authenticate to the SAP SQL Anywhere server.
A that specifies the password used to authenticate to the SAP SQL Anywhere server.
Gets or sets the type of the connection to a SAP SQL Anywhere database.
A enumeration value that specifies the type of the connection to a SAP SQL Anywhere database.
Gets or sets the name of the database deployed on a SAP SQL Anywhere database server.
A value that specifies the name of the database deployed on a SAP SQL Anywhere database server.
Gets or sets the path to the database file.
A that specifies the path to the database file.
Gets or sets the hostname of the SAP SQL Anywhere server to which the connection should be established.
A values that specifies the hostname of the SAP SQL Anywhere server to which the connection should be established.
Gets or sets the password used to authenticate to the SAP SQL Anywhere server.
A that specifies the password used to authenticate to the SAP SQL Anywhere server.
Gets or sets the name of the SAP SQL Anywhere server to which the connection should be established.
A that specifies the name of the SAP SQL Anywhere server to which the connection should be established.
Gets or sets the user name used to authenticate to the SAP SQL Anywhere server.
A that specifies the user name used to authenticate to the SAP SQL Anywhere server.
Lists values that identify the type of connection to an SAP SQL Anywhere database.
A connection is established to a file-based SAP SQL Anywhere database.
A connection is established to a server-based SAP SQL Anywhere database.
Contains parameters used to establish a connection to an ASE database server.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class.
A that specifies the name of the ASE server to which the connection should be established. This value is assigned to the SqlServerConnectionParametersBase.ServerName property.
A that specifies the name of the database that contains the required data. This value is assigned to the SqlServerConnectionParametersBase.DatabaseName property.
A that specifies the user name used to authenticate to the ASE server. This value is assigned to the SqlServerConnectionParametersBase.UserName property.
A that specifies the password used to authenticate to the ASE server. This value is assigned to the SqlServerConnectionParametersBase.Password property.
Lists values used to specify the authorization type when connecting to a BigQuery data source.
Authorization is performed using OAuth client credentials.
Authorization is performed using the specified private key.
Contains parameters used to establish a connection with a Google BigQuery dataset.
Initializes a new instance of the class.
Initializes a new instance of the class.
A value that specifies the ID of the project that contains the required data.
A value that specifies the ID of the dataset that contains required tables.
A that specifies the client identifier.
A that specifies the client secret.
A that specifies the refresh token.
Initializes a new instance of the class.
A value that specifies the ID of the project that contains the required data.
A value that specifies the ID of the dataset that contains required tables.
A value that specifies the service account’s email address.
A value that specifies the path to the P12 private key file.
Initializes a new instance of the class with specified settings.
Gets or sets the authorization type used to establish a connection to data.
A enumeration value that specifies the authorization type used to establish a connection to data.
Gets or sets the ID of the dataset that contains required tables.
A value that specifies the ID of the dataset that contains required tables.
Specifies the name that is used to request a connection to an ODBC Data Source.
The name that is used to request a connection to an ODBC Data Source.
Gets or sets a client identifier.
A that specifies the client identifier.
Gets or sets a client secret.
A that specifies the client secret.
Gets or sets a refresh token.
A that specifies the refresh token.
Gets or sets the path to the P12 private key file.
A value that specifies path to the P12 private key file.
Gets or sets the ID of the project that contains the required data.
A value that specifies the ID of the project that contains the required data.
Gets or sets the service account’s email address.
A value that specifies the service account’s email address.
Contains a connection string.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class.
A that contains connection parameters. This value is assigned to the CustomStringConnectionParameters.ConnectionString property.
Gets or sets a connection string.
A that contains connection parameters.
Serves as the base for classes that contain the parameters of data connections.
Contains parameters used to establish a connection to a DB2 database server.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class.
A that specifies the name of the DB2 server to which the connection should be established. This value is assigned to the SqlServerConnectionParametersBase.ServerName property.
A that specifies the name of the database that contains the required data. This value is assigned to the SqlServerConnectionParametersBase.DatabaseName property.
A that specifies the user name used to authenticate to the DB2 server. This value is assigned to the SqlServerConnectionParametersBase.UserName property.
A that specifies the password used to authenticate to the DB2 server. This value is assigned to the SqlServerConnectionParametersBase.Password property.
Serves as the base for classes that contain the parameters used to connect to database files.
Gets or sets the path to a database file.
A that specifies the path to a database file.
Gets or sets the password used to access the database file.
A that specifies the password used to access the database file.
Contains parameters used to establish a connection to a Firebird database server or embedded database.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class.
A that specifies the name of the Firebird server to which the connection should be established.
An integer value, specifying the port number.
A that specifies the name of the database that contains the required data.
A that specifies the user name used to authenticate to the Firebird server.
A that specifies the password used to authenticate to the Firebird server.
Initializes a new instance of the class with the specified parameters required to connect to a Firebird database server.
A that specifies the name of the Firebird server to which the connection should be established. This value is assigned to the FireBirdConnectionParameters.ServerName property.
A that specifies the name of the database that contains the required data. This value is assigned to the FireBirdConnectionParameters.DatabaseName property.
A that specifies the user name used to authenticate to the Firebird server. This value is assigned to the FireBirdConnectionParameters.UserName property.
A that specifies the password used to authenticate to the Firebird server. This value is assigned to the FireBirdConnectionParameters.Password property.
Initializes a new instance of the class with the specified parameters required to connect to an embedded Firebird database.
A that specifies the path to the Firebird database file. This value is assigned to the FireBirdConnectionParameters.FileName property.
A that specifies the user name used for authentication. This value is assigned to the FireBirdConnectionParameters.UserName property.
A that specifies the password used for authentication. This value is assigned to the FireBirdConnectionParameters.Password property.
Gets or sets the path to a Firebird 3.0+ client library.
The path to a Firebird 3.0+ client library.
Gets or sets whether to connect to a database server or an embedded database.
A enumeration member that specifies whether to connect to a database server or an embedded database.
Gets or sets the name of the database that contains the required data.
A that specifies the name of the database that contains the required data.
The default port for connecting to FireBird databases (3050).
Gets or sets the path to a database file.
A that specifies the path to a database file.
Gets or sets the password used for authentication.
A that specifies the password used for authentication.
Specifies the port number for connecting to FireBird databases.
An integer value, specifying the port number. This value cannot be negative or greater than 65535.
Gets or sets the name of the Firebird server to which the connection should be established.
A that specifies the name of the Firebird server to which the connection should be established.
Gets or sets the user name used for authentication.
A that specifies the user name used for authentication.
Lists values that specify the type of the connection destination.
The connection is established to an embedded Firebird database.
A connection is established to a Firebird database server.
Stores SAP HANA connection parameters.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
The user name used to authenticate to the SAP HANA database server.
The port number
The user name used to authenticate to the SAP HANA database server.
The password used to authenticate to the SAP HANA database server.
The name of the database that contains data.
The default port to connect to SAP HANA databases (40000).
The default port number.
Specifies the port number to connect to SAP HANA databases.
The port number.
A base class for MongoDB authentication types.
Creates MongoDB authentication information from an XML element.
An element that contains MongoDB authentication information in XML format.
An object that contains MongoDB authentication information.
Stores MongoDB connection parameters.
Initializes a new instance of the class.
Initializes a new instance of the class.
The hostname of a MongoDB instance.
true if the property contains an SRV record; otherwise, false.
The port on which a MongoDB instance listens.
Authentication information for a MongoDB instance.
Stores authentication information for a MongoDB instance.
Authentication information for a MongoDB instance.
Specifies the hostname of a MongoDB instance.
The hostname of a MongoDB instance.
Specifies whether the property contains an SRV record.
true if the property contains an SRV record; otherwise, false.
Specifies the port on which a MongoDB instance listens.
The port on which a MongoDB instance listens.
A base class for .
Returns a connection string to a MongoDB instance.
A connection string to a MongoDB instance.
Stores a MongoDB connection string.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
A connection string to a MongoDB instance.
Stores a MongoDB connection string.
A MongoDB connection string.
Contains settings for the Password authentication method.
Initializes a new instance of the class with specified settings.
The name of a MongoDB user.
The password of a MongDB user.
The authentication database of a MongoDB user.
Initializes a new instance of the class with specified settings.
The name of a MongoDB user.
The password of a MongoDB user.
Specifies the authentication database of a MongoDB user.
The authentication database of a MongoDB user.
Specifies the password of a MongoDB user.
A MongoDB user password.
Specifies the name of a MongoDB user.
A MongoDB user name.
Contains settings for the SCRAM-SHA-256 authentication method.
Initializes a new instance of the class with specified settings.
The name of a MongoDB user.
The password of a MongoDB user.
The authentication database of a MongoDB user.
Lists values that specify the authentication mode of the Microsoft SQL Server.
Authenticate with a SQL server account.
Authenticate with a Windows user account.
Contains parameters used to establish a connection to a Microsoft SQL Server Compact Edition database file.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class.
A that specifies the path to the Microsoft SQL Server Compact Edition database file. This value is assigned to the FileConnectionParametersBase.FileName property.
A that specifies the password used for authentication. This value is assigned to the FileConnectionParametersBase.Password property.
Contains parameters used to establish a connection to a Microsoft SQL Server.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with specified settings.
A that specifies the name of the Microsoft SQL Server to which the connection should be established. This value is assigned to the SqlServerConnectionParametersBase.ServerName property.
A that specifies the name of the database that contains the required data. This value is assigned to the SqlServerConnectionParametersBase.DatabaseName property.
A that specifies the user name used to authenticate to the Microsoft SQL Server. This value is assigned to the SqlServerConnectionParametersBase.UserName property.
A that specifies the password used to authenticate to the Microsoft SQL Server. This value is assigned to the SqlServerConnectionParametersBase.Password property.
A value that specifies the authentication mode of the Microsoft SQL Server. This value is assigned to the MsSqlConnectionParameters.AuthorizationType property.
A value that specifies whether all communication between the server and the client is encrypted.
A value that indicates whether the channel will be encrypted when certificate chain bypass is performed to validate trust.
Initializes a new instance of the class.
A that specifies the name of the Microsoft SQL Server to which the connection should be established. This value is assigned to the SqlServerConnectionParametersBase.ServerName property.
A that specifies the name of the database that contains the required data. This value is assigned to the SqlServerConnectionParametersBase.DatabaseName property.
A that specifies the user name used to authenticate to the Microsoft SQL Server. This value is assigned to the SqlServerConnectionParametersBase.UserName property.
A that specifies the password used to authenticate to the Microsoft SQL Server. This value is assigned to the SqlServerConnectionParametersBase.Password property.
A value that specifies the authentication mode of the Microsoft SQL Server. This value is assigned to the MsSqlConnectionParameters.AuthorizationType property.
Gets or sets the authentication mode of the Microsoft SQL Server.
A value that specifies the authentication mode of the Microsoft SQL Server.
Specifies whether all communication between the server and the client is encrypted.
A enumeration value that specifies whether communication between the server and the client is encrypted.
Gets or sets a value that indicates whether the channel will be encrypted when certificate chain bypass is performed to validate trust.
A enumeration value that specifies whether the channel will be encrypted when certificate chain bypass is performed to validate trust.
Contains parameters used to establish a connection to a MySQL server.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified settings.
A value, specifying the server name.
A value, specifying the database name.
A value, specifying the user name.
A value, specifying the password.
An integer value, specifying the port number.
Initializes a new instance of the class.
A that specifies the name of the MySQL server to which the connection should be established. This value is assigned to the SqlServerConnectionParametersBase.ServerName property.
A that specifies the name of the database that contains the required data. This value is assigned to the SqlServerConnectionParametersBase.DatabaseName property.
A that specifies the user name used to authenticate to the MySQL server. This value is assigned to the SqlServerConnectionParametersBase.UserName property.
A that specifies the password used to authenticate to the MySQL server. This value is assigned to the SqlServerConnectionParametersBase.Password property.
The default port for connecting to MySQL databases (3306).
Specifies the port number for connecting to MySQL databases.
An integer value, specifying the port number. This value cannot be negative or greater than 65535.
Specifies the security state of the connection to the server.
The security state of the connection to the server.
Contains parameters used to establish a connection to a cube in an MS Analysis Services database.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class.
A that represents a connection string to a cube in an MS Analysis Services database.
Contains parameters used to establish a connection to an Oracle server.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with specified settings.
Initializes a new instance of the class.
A that specifies the name of the Oracle server to which the connection should be established. This value is assigned to the OracleConnectionParameters.ServerName property.
A that specifies the user name used to authenticate to the Oracle server. This value is assigned to the OracleConnectionParameters.UserName property.
A that specifies the password used to authenticate to the Oracle server. This value is assigned to the OracleConnectionParameters.Password property.
Gets or sets the password used to authenticate to an Oracle server.
A that specifies the password used to authenticate to an Oracle server.
Gets or sets the managed or unmanaged provider type used to create a database connection.
The provider type used to create a database connection.
Gets or sets the name of the Oracle server to which the connection should be established.
A that specifies the name of the Oracle server to which the connection should be established.
Gets or sets the user name used to authenticate to the Oracle server.
A that specifies the user name used to authenticate to the Oracle server.
An Oracle Data Provider type.
The unmanaged ODP data provider.
The managed ODP provider.
Contains parameters used to establish a connection to a Pervasive PSQL database server.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class.
A that specifies the name of the Pervasive PSQL server to which the connection should be established. This value is assigned to the SqlServerConnectionParametersBase.ServerName property.
A that specifies the name of the database that contains the required data. This value is assigned to the SqlServerConnectionParametersBase.DatabaseName property.
A that specifies the user name used to authenticate to the Pervasive PSQL server. This value is assigned to the SqlServerConnectionParametersBase.UserName property.
A that specifies the password used to authenticate to the Pervasive PSQL server. This value is assigned to the SqlServerConnectionParametersBase.Password property.
Contains parameters used to establish a connection to a PostgreSQL database server.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified settings.
A value, specifying the server name.
An integer value, specifying the port number.
A value, specifying the database name.
A value, specifying the user name.
A value, specifying the password.
Initializes a new instance of the class.
A that specifies the name of the PostgreSQL server to which the connection should be established. This value is assigned to the SqlServerConnectionParametersBase.ServerName property.
A that specifies the name of the database that contains the required data. This value is assigned to the SqlServerConnectionParametersBase.DatabaseName property.
A that specifies the user name used to authenticate to the PostgreSQL server. This value is assigned to the SqlServerConnectionParametersBase.UserName property.
A that specifies the password used to authenticate to the PostgreSQL server. This value is assigned to the SqlServerConnectionParametersBase.Password property.
The default port for connecting to Postgre SQL databases (5432).
Specifies the port number for connecting to Postgre SQL databases.
An integer value, specifying the port number. This value cannot be negative or greater than 65535.
Contains parameters used to establish a connection to a SQLite database file.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class.
A that specifies the path to the SQLite database file. This value is assigned to the FileConnectionParametersBase.FileName property.
A that specifies the password used for authentication. This value is assigned to the FileConnectionParametersBase.Password property.
Serves as the base for classes that contain parameters used to connect to SQL servers.
Gets or sets the name of the database that contains the required data.
A that specifies the name of the database that contains the required data.
Gets or sets the password used to authenticate to a SQL server.
A that specifies the password used to authenticate to a SQL server.
Gets or sets the name of the SQL server to which the connection should be established.
A that specifies the name of the SQL server to which the connection should be established.
Gets or sets the user name used to authenticate to the SQL server.
A that specifies the user name used to authenticate to the SQL server.
Contains parameters used to establish a connection to a Teradata database server.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified settings.
A value, specifying the server name.
An integer value, specifying the port number.
A value, specifying the database name.
A value, specifying the user name.
A value, specifying the password.
The default port for connecting to Teradata databases (1025).
Specifies the port number for connecting to Teradata databases.
An integer value, specifying the port number. This value cannot be negative or greater than 65535.
Contains parameters used to establish a connection to a VistaDB 5 database file.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class.
A that specifies the path to the VistaDB database file.
A that specifies the password used for authentication.
Contains parameters that are used to establish a connection to a VistaDB 6 database file.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
A string that contains a path to the VistaDB database file.
A string that contains a password used for authentication.
Contains parameters used to establish a connection to a VistaDB database file.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class.
A that specifies the path to the VistaDB database file. This value is assigned to the FileConnectionParametersBase.FileName property.
A that specifies the password used for authentication. This value is assigned to the FileConnectionParametersBase.Password property.
Contains parameters used to establish a connection to an XML file.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class.
A that specifies the path to the XML file. This value is assigned to the XmlFileConnectionParameters.FileName property.
Gets or sets the path to an XML file.
A that specifies the path to an XML file.
Provides data for the CustomFilterExpression events.
Initializes a new instance of the class with specified settings.
Initializes a new instance of the class.
A that specifies the name of the data source. This value is assigned to the CustomFilterExpressionEventArgs.DataSourceComponentName property.
A that specifies the display caption of the data source. This value is assigned to the CustomFilterExpressionEventArgs.DataSourceName property.
A value, specifying the table name. This value is assigned to the QueryName property.
Get the data source name, used in code to identify the data source’s object, for which the event has been raised.
A that is the name of the data source for which the event has been raised.
Gets the name of the data source for which the event has been raised.
A that is the name of the data source for which the event has been raised.
Gets or sets the filter expression that defines a WHERE clause included in the SQL query.
A descendant that specifies the filter expression that defines a WHERE clause included in the SQL query.
Gets the name of the query for which the event was raised.
A value that is the name of the query for which the event was raised.
References a method that will handle CustomFilterExpression events.
The event source.
A object that contains event data.
Serves as the base class for classes that represent a data connection.
Closes the data connection session.
Gets or sets a connection string used to establish a connection to a data store.
A that specifies a connection string used to establish a connection to a data store.
For internal use.
Creates a connection string.
A that specifies a connection string used to establish a connection to a data store.
Creates the data connection parameters.
A descendant, containing the data connection parameters.
Returns the schema of the data source that is connected using the current .
A object that is the data source schema.
Returns the schema of the data source that is connected using the current .
An array of values that specify table names.
A object that is the data source schema.
Specifies whether the connection string has been assigned to the data connection.
true if the connection string has already been specified; otherwise false.
Specifies whether the connection to a database is currently active.
true if the data connection is currently active; otherwise false.
Gets or sets the name of a data connection.
A that specifies the name of a data connection.
Opens the data connection session.
Specifies whether to serialize any connection settings except for the data connection name.
true, to store only the name of a data connection; otherwise, false.
Contains classes that support federated queries and the Federation data source.
Specifies the relation’s condition.
Specifies the “equal” relational operator.
Specifies the “greater than” relational operator.
Specifies the “greater than or equal to” relational operator.
Specifies the “less than” relational operator.
Specifies the “less than or equal to” relational operator.
Specifies the “not equal” relational operator.
A federated data source that integrates different data sources and provides uniform data access with a federated query.
Initializes a new instance of the class.
Suspends the query schema updates until the EndInit method is called.
Resumes the query schema updates which are suspended by calling the BeginInit method.
Populates the data source with data.
Populates the data source with data by running the specified queries.
The names of the queries to run.
Populates the in an asynchronous manner.
A task that populates the data source.
Populates the in an asynchronous manner, passes external parameters to the data source, and uses the cancellationToken parameter to send the cancellation signal. You can specify which queries to execute.
External parameters passed to the data source.
Queries to execute in order to populate the data source.
A cancellation token that the task observes.
A task that populates the data source.
Populates the in an asynchronous manner and passes external parameters to the data source. You can specify which queries to execute.
External parameters passed to the data source.
Queries to execute in order to populate the data source.
A task that populates the data source.
Populates the in an asynchronous manner, passes external parameters to the data source, and uses the cancellationToken parameter to send the cancellation signal.
External parameters passed to the data source.
A cancellation token that the task observes.
A task that populates the data source.
Populates the in an asynchronous manner and passes external parameters to the data source.
External parameters passed to the data source.
A task that populates the data source.
Populates the in an asynchronous manner and uses the cancellationToken parameter to send the cancellation signal. You can specify which queries to execute.
Queries to execute in order to populate the data source.
A cancellation token that the task observes.
A task that populates the data source.
Populates the in an asynchronous manner. You can specify which queries to execute in order to populate the data source.
Queries to execute in order to populate the data source.
A task that populates the data source.
Populates the in an asynchronous manner and uses the cancellationToken parameter to send the cancellation signal.
A cancellation token that the task observes.
A task that populates the data source.
Validates and updates query nodes, joins and conditions in the federated queries.
Provides access to the collection of the FederationMasterDetailInfo objects that define master-detail relationships.
A collection of master-detail relationships.
A base class for the classes that implement federated data sources.
Populates the data source with data by running the specified queries with the specified parameters.
A collection of query parameters.
An array of query names
Populates the data source with data by running the queries with the specified parameters.
A collection of query parameters.
Loads the Federation Data Source schema definition from XML. For internal use.
A value containing an XML definition of the data source schema.
Provides access to federated queries contained in the data source.
A collection of federated data queries.
Saves the XML definition of the SQL data source schema. For internal use.
A value containing an XML definition of the data source schema.
Provides access to the collection of data sources integrated in federated queries.
A collection of data sources.
Identifies the master-detail relationship defined by federated queries.
Initializes a new instance of the FederationMasterDetailInfo class with default settings.
Initializes a new instance of the FederationMasterDetailInfo class with the specified master and detail query names and a relation.
A that is the master query name.
A that is the detail query name.
A column relation.
Initializes a new instance of the FederationMasterDetailInfo class with the specified master and detail query names and relations.
A that is the master query name.
A that is the detail query name.
A list of column relations.
Initializes a new instance of the FederationMasterDetailInfo class with the specified master and detail query names and keys.
A that is the master query name.
A that is the detail query name.
A list of master key columns.
A list of detail key columns.
Initializes a new instance of the FederationMasterDetailInfo class with the specified master and detail query names.
A that is the master query name.
A that is the detail query name.
A detail query name.
A that is the detail query name.
Combines the master and detail query names to generate a relation name if it is not set explicitly.
A combination of master and detail query names.
Creates a text description of the current relation.
A that describes the relation.
Gets whether a relation has a name specified explicitly.
True, if the relation has an explicitly specified name; otherwise, false.
Provides access to the relation’s column keys.
A list of key column associations.
A master query name.
A that is the master query name.
A query’s name.
A that is the query’s name.
Overrides the base ToString method to return the query name.
The query name.
Describes the relation and contains key column names and a relation condition operator.
Initializes a new FederationRelationColumnInfo instance with the default settings.
Initializes a new FederationRelationColumnInfo instance with the specified parent and nested key column names and a condition operator.
A name of the column that contains the parent key.
A name of the column that contains the nested key.
A FederationConditionType enumaration member that specifies the condition operator.
Initializes a new FederationRelationColumnInfo instance with the specified parent and nested key column names.
A name of the column that contains the parent key.
A name of the column that contains the nested key.
Gets or sets the relation condition operator.
A FederationConditionType enumeration member that specifies the condition operator.
Gets or sets the name of the nested key column in a master-detail relation.
A name of the nested key column.
Gets or sets the name of the parent key column in a master-detail relation.
A name of the parent key column.
Defines a node that has a name and an alias.
Gets the node name.
A node name.
Gets or sets the node alias.
A node’s alias.
Defines a node that can take part in JOIN statements.
Defines a node that can contain a SELECT expression.
Defines the JOIN clause.
Initializes a new JoinElement instance with the default settings.
Initializes a new JoinElement instance for the specified node, with the specified JOIN type and relation’s condition.
A query SourceNode to which the JOIN is added.
The JOIN type.
A that is the rule for matching rows in one table with the other table’s rows.
Gets or sets a JOIN condition.
A that is the JOIN condition.
Gets or sets the SourceNode to which a JOIN is added.
A SourceNode to which the JOIN clause applies.
Gets or sets the JOIN type.
A enumeration member that specified the JOIN type.
Contains JoinElement objects.
Initializes a new instance of the JoinElementCollection with the default settings.
Adds an array of JoinElement objects to the end of the collection.
An array of JoinElement objects to add to the collection.
Lists join types.
The full outer join type.
The inner join type.
The left outer join type.
The right outer join type.
A collection of the FederationMasterDetailInfo objects that define master-detail relationships.
Adds the elements of the specified array to the end of the collection.
An array of the elements to add.
Gets the federated data source to which the collection of master-detail relations belongs.
A object that is the owner of the master-detail relations collection.
Provides extension methods to build a federated query with Fluent API.
Creates an alias for the specified Source.
The data source for which an alias is created.
A that is the alias name.
An alias of the specified data source.
Creates a column with the specified alias.
A column name.
An alias name.
A structure that is an aliased column.
Provides access to the SelectNodeBuilder object used to build a query with a Fluent interface.
A SourceNode object for which a query is being built.
A SelectNodeBuilder object that implements a Fluent interface to build a query.
Provides access to the SelectNodeBuilder object used to build a query with a Fluent interface.
A Source object for which a query is being built.
A SelectNodeBuilder object that implements a Fluent interface to build a query.
Creates a object that allows you to apply transformations to a node created after the Join, Select, Union, or Union All operations.
A node created after the Join, Select, Union, or Union All operations.
An object that allows you to apply transformation operations.
Creates a object that allows you to apply transformation operations to an element of the Federation Data Source.
An element of the Federation Data Source.
An object that allows you to apply transformation operations.
Combines rows from two or more queries into a single data set and removes duplicate rows.
A node in the federated query.
A node in the federated query.
A Union type.
A object for which a method is called.
Combines rows from two or more queries into a single data set and removes duplicate rows.
A node in the federated query.
A node in the federated query.
A object.
Combines rows from two or more queries into a single data set. Duplicates rows from different queries when they contain the same data.
A node in the federated query.
A node in the federated query.
A object on which a method is being called.
A base class for SQL query that retrieves data from one or more sources.
Gets the query node’s actual name.
A that is the query node’s actual name.
Gets or sets the query node’s alias.
A that is the query node’s alias.
Returns an alias of the current node or the node type if it has no alias.
The string representation of the object.
A collection of federated queries ( objects).
Adds the specified query node to the collection.
A query node to add.
Adds the specified array of query nodes to the collection.
An array of query nodes to add.
Adds the specified collection of query nodes to the collection.
A collection of query nodes to add.
Removes all objects from the collection.
Determines whether the collection contains the specified item.
A object to locate in the collection.
True if the collection contains the specified item; otherwise, false.
Copies all the elements of the QueryNodeCollection instance to a one-dimensional array, starting at the specified index of the destination array.
A one-dimensional array of objects that is the destination of the elements copied from the current array.
An integer value that is the zero-based index in the destination array at which copying begins.
Copies all the elements of the current QueryNodeCollection to the specified one-dimensional array starting at the specified index of the destination array.
The one-dimensional array that is the destination of the elements copied from the current array.
An integer value that is the zero-based index in the destination array at which copying begins.
Gets the number of nodes contained in the instance.
An integer value that is the number of elements contained in the collection.
Returns an enumerator that iterates through the collection.
A for the instance.
Returns the zero-based index of the specified node in the collection.
A object to locate in the collection.
An integer value that is the position of the specified element in the collection.
Inserts the specified object into the collection at the specified position.
An integer value that is the zero-based index at which the object should be inserted.
A object to insert in the collection.
For internal use.
Indicates whether the collection is read-only.
Returns false.
Indicates whether access to the QueryNodeCollection is synchronized (thread safe).
True, if access to the collection is synchronized (thread safe); otherwise, false.
Gets or sets the query with the specified index.
An integer value that is the zero-based index in the collection.
A query at the specified index.
Gets or sets the query with the specified name.
The query name.
A query with the specified name.
Removes the specified query from the collection.
A query to remove from the collection.
True, if the specified element is successfully removed from the collection; otherwise, false. Returns false if the collection does not contain the specified element.
Removes a query at the specified index.
A zero-based integer that is the index of the query to remove. If the index is less than zero or exceeds the number of elements in the collection, an exception is thrown.
Provides access to an object that is used to synchronize access to the collection.
an object that can be used to synchronize access to the collection.
Initializes a new instance of the class.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
Defines a column in the SELECT statement by the name, alias and source.
Initializes a new SelectColumnExpression instance with the default settings.
Initializes a new SelectColumnExpression instance with the specified node, name, and alias.
A node that has a column with the specified name.
A that is the column name.
A that is the column alias.
Initializes a new SelectColumnExpression instance with the specified node and name.
A node that has a column with the specified name.
A that is the column name.
Gets the column name to use in queries and conditions.
A that is column name to use.
A column alias.
A that is the column alias.
An original column name.
A that is the column name.
Gets or sets a column owner (a data source that has a column specified by the name or alias).
A node (data source) that owns a column whose values the SELECT statement retrieves.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
Initializes a new instance of the class with specified settings.
A collection of ISelectExpression objects that define columns in the SELECT statement.
Initializes a new SelectExpressionCollection instance with the default settings.
Adds the elements of the specified array to the end of the collection.
An array of the objects or other objects that expose the interface.
A node that provides data with a SELECT query.
Initializes a new SelectNode instance with the default settings.
Initializes a new SelectNode instance with the specified root.
The root node.
Gets the SELECT query node’s actual name.
A that is the query node’s actual name.
Provides access to a collection of objects that define columns in the SELECT statement.
A object that contains SELECT statement column definitions.
Specifies the criteria used to filter data returned by the node.
A string that is the filter criteria.
Gets or sets the name of the source node that is the root element among the source nodes used in a query.
A root source node.
Provides access to JOIN clauses.
A collection of JOIN clauses.
Provides a Fluent interface method used to build a federated query.
Creates a new SelectNodeBuilder for the specified node.
A node passed to the constructor to create a SelectNode object.
Finalizes the chain of methods specified to build a SelectNode.
The object created with the SelectNodeBuilder.
Finalizes the chain of methods specified to build a SelectNode and returns the SelectNode with the specified alias.
A string that is the alias for the created SelectNode.
The object created with the SelectNodeBuilder.
Specifies the inner JOIN operation.
A node in the federated query.
The JOIN condition.
A object on which a method is being called.
Specifies the inner JOIN operation.
A node in the federated query.
The JOIN condition.
A object on which a method is being called.
Specifies the inner JOIN operation.
A data source that comprises the federated data source.
The JOIN condition.
A object on which a method is being called.
Specifies the inner JOIN operation.
A data source that comprises the federated data source.
The JOIN condition.
A object on which a method is being called.
Specifies the JOIN operation.
A node in the federated query.
The JOIN condition.
A object on which a method is being called.
Specifies the JOIN operation.
A node in the federated query.
The SQL JOIN type.
The JOIN condition.
A object on which a method is being called.
Specifies the JOIN operation.
A node in the federated query.
The SQL JOIN type.
The JOIN condition.
A object on which a method is being called.
Specifies the JOIN operation.
A node in the federated query.
The JOIN condition.
A object on which a method is being called.
Specifies the JOIN operation.
A data source that comprises the federated data source.
The JOIN condition.
A object on which a method is being called.
Specifies the JOIN operation.
A data source that comprises the federated data source.
The SQL JOIN type.
The JOIN condition.
A object on which a method is being called.
Specifies the JOIN operation.
A data source that comprises the federated data source.
The SQL JOIN type.
The JOIN condition.
A object on which a method is being called.
Specifies the JOIN operation.
A data source that comprises the federated data source.
The JOIN condition.
A object on which a method is being called.
Specifies the left outer JOIN operation.
A node in the federated query.
The JOIN condition.
A object on which a method is being called.
Specifies the left outer JOIN operation.
A node in the federated query.
The JOIN condition.
A object on which a method is being called.
Specifies the left outer JOIN operation.
A data source that comprises the federated data source.
The JOIN condition.
A object on which a method is being called.
Specifies the left outer JOIN operation.
A data source that comprises the federated data source.
The JOIN condition.
A object on which a method is being called.
Specifies the SELECT operation.
Columns to include in the result set.
A object on which a method is being called.
Selects all columns in a specified data table.
A object on which a method is being called.
Selects all columns in all data tables within the federated query.
A object on which a method is being called.
Specifies the WHERE clause to filter records.
The filter condition.
A object on which a method is being called.
Defines the column and its alias in the SELECT expression.
Defines the column alias in the SELECT expression.
The column alias.
Defines the column in the SELECT expression.
A column name.
A data source that is part of the federated data source.
Initializes a new class instance with the default settings.
Initializes a new class instance with the specified name, data source and data member settings.
The name of the data source in the federated query.
The data source.
A string that specifies the data member - the table or list in the data source.
Initializes a new class instance with the specified name and data source.
The name of the data source in the federated query.
The data source.
Gets or sets the table or list in the data source.
A name of a table or a list.
Gets or sets the data source.
The data source.
The name of the data source in the federated query.
The data source name.
Gets the string representation of a Source object.
The value.
A base class that is a node used to create a federated data source.
Gets or sets the query node’s alias.
A that is the query node’s alias.
A node that provides data with a Transformation query.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
Gets the transformation query node’s actual name.
A that is the query node’s actual name.
Gets or sets the name of the transformation node that is the root element among the transformation nodes used in a query.
A root transformation node.
Provides access to a collection of rules that specify how the transformation works.
A collection of transformation rules.
Contains methods that allow you to create transformation-based queries to sources of the Federation Data Source.
Initializes a new instance of the class with specified settings.
The root node.
Builds a transformation node.
A transformation node.
Builds a transformation node with the specified alias.
The alias of a transformation node.
A transformation node.
Creates individual columns from the fields of the specified column and prefixes the names of the new columns with the specified alias.
The name of a column that should be flattened.
A prefix to be added to the name of each new column.
The result of the transformation query.
Creates individual columns from the fields of the specified column.
The name of a column that should be flattened.
The result of the transformation query.
Transforms a column and specifies a new name for this column. The transformation type depends on the specified parameters.
The name of a column that should be transformed.
true to unfold the column; otherwise, false.
true to flatten the column; otherwise, false.
A new column name.
The result of the transformation query.
Transforms a column. The transformation type depends on the specified parameters.
The name of a column that should be transformed.
true to unfold the column; otherwise, false.
true to flatten the column; otherwise, false.
The result of the transformation query.
Transforms a column and specifies a new name for this column.
The name of a column that should be transformed.
A new column name.
The result of the transformation query.
Transforms a column.
The name of a column that should be transformed.
The result of the transformation query.
If a column is an array, transforms each element of this array to an individual record and changes the name of the column to the specified alias.
The name of a column that should be unfolded.
A new column name.
The result of the transformation query.
If a column is an array, transforms each element of this array into an individual record.
The name of a column that should be unfolded.
The result of the transformation query.
Contains rules that specify how the transformation works.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
A instance.
Gets the query node’s actual name.
A value that is the data member name.
Gets or sets the query node’s alias.
A that is the query node’s alias.
Gets or sets a name of the column to which the transformation applies.
A value that is the column name.
Determines whether the current object has the same settings as the specified object.
A object to compare with the current object.
true if the object specified by the parameter has the same settings as the current object; otherwise, false.
Gets or sets whether to transform the properties of a complex column into separate columns.
true, to flatten data; otherwise, false.
Gets or sets whether to unfold a complex column to display its properties or values.
true, to unfold data; otherwise, false.
A collection of the objects.
Initializes a new instance of the class.
Adds the specified items to the collection.
A collection of the objects.
A node that provides data with a Union and UnionAll queries.
Initializes a new class instance.
Initializes a new instance of the class.
A value that specifies the result set in the query.
Gets the query node’s actual name.
A value that specifies the data member name.
Provides access to QueryNodeCollection’s members.
A QueryNodeCollection object.
Gets or sets the union type.
A value that specifies the result set in the query.
Provides a Fluent interface method to build a union query.
Initializes a new instance of the class with specified settings.
A value that specifies the result set in the query.
Adds a new node to the result set.
A object.
A object.
Finalizes the chain of methods specified to build a UnionNode.
A object.
Finalizes the chain of methods specified to build a UnionNode.
A that is the query node’s alias.
A DevExpress.DataAccess.DataFederation.UnionNode object.
Lists values that specify the result set of the query that combines result sets of two or more queries.
Duplicated rows from different queries (if they contain the same data) are removed, only one row is returned.
All duplicated rows from different queries (if they contain the same data) are returned in the result query.
Serves as the base class for classes that represent a data provider.
Returns the SQL data connection settings.
A object.
Gets or sets the SQL query used to select data from the data store.
A that specifies the SQL query used to select data from the data store.
Provides data for the event.
Creates a new instance of the class with specified settings.
The connection name.
The exception that occurred.
Specifies the name of the JSON data source connection that was used when the event occurred.
The name of the connection that was used when the FillError event occurred.
Gets the exception that caused the event.
The exception that caused the event.
Gets or sets whether the event has been handled.
true, if the FillError event has been handled; otherwise, false.
References the method that handles the JsonDataSource.FillError event.
The event source.
The event data.
The base for classes that provide the data source parameter functionality.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified settings.
A value, specifying the parameter name. This value is assigned to the DataSourceParameterBase.Name property.
A value, specifying the parameter type. This value is assigned to the DataSourceParameterBase.Type property.
A value, specifying the parameter type. This value is assigned to the DataSourceParameterBase.Value property.
Specifies the parameter name.
A value, specifying the parameter name.
Specifies the parameter type.
The parameter type.
Specifies the parameter value.
A value.
Enables you to resolve connection strings by their names at runtime in all .NET applications.
Initializes a new instance of the class.
Register the specified connection strings globally.
A dictionary with connection strings.
Register connection strings that the specified function returns globally.
A function that returns connection strings as key-value pairs.
Lists the options that define whether to trust object data sources loaded in end-user applications.
Allow loading any object data sources.
Load object data sources in a safe mode (with their data member and data source settings cleared).
Ask for an end-user’s permission on every attempt to load an object data source in an application.
Contains classes that support binding to Entity Framework data sources.
Provides data for the EFDataSource.BeforeLoadCustomAssembly and EFDataSource.BeforeLoadCustomAssemblyGlobal events.
Initializes a new instance of the class with the specified settings.
A value, specifying the path to a custom assembly. This value is assigned to the BeforeLoadCustomAssemblyEventArgs.AssemblyPath property.
A value, specifying the type to load from a custom assembly. This value is assigned to the BeforeLoadCustomAssemblyEventArgs.ContextName property.
Specifies whether loading a custom assembly is allowed.
true to allow the load operation for a custom assembly; otherwise false.
Specifies the path to a requested assembly.
A value, specifying the path to a custom assembly.
Specifies the type to load from a custom assembly.
A value, specifying the type to load from a custom assembly.
A method that will handle the EFDataSource.BeforeLoadCustomAssembly event.
The event sender.
A object that contains data related to the event.
An exception thrown on an attempt to load a custom assembly by an Entity Framework data source when it was not permitted to do this.
Initializes a new instance of the class with the specified settings.
A value, specifying the path to a custom assembly. This value is assigned to the CustomAssemblyLoadingProhibitedException.AssemblyPath property.
A value, specifying the type to load from a custom assembly. This value is assigned to the CustomAssemblyLoadingProhibitedException.ContextName property.
Returns the value assigned to the BeforeLoadCustomAssemblyEventArgs.AssemblyPath property.
A value, specifying the expected path to a custom assembly.
Returns the value assigned to the BeforeLoadCustomAssemblyEventArgs.ContextName property.
A value, specifying the expected type to load from a custom assembly.
A filter applied to an Entity Framework DBSet.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified settings.
A value, identifying the DbSet. This value is assigned to the DBSetFilter.DBSetName property.
A value, specifying the filter string. This value is assigned to the DBSetFilter.FilterString property.
A collection of objects. This value is assigned to the DBSetFilter.Parameters property.
Initializes a new instance of the class with the specified settings.
A value, identifying the DbSet. This value is assigned to the DBSetFilter.DBSetName property.
A value, specifying the filter string. This value is assigned to the DBSetFilter.FilterString property.
Specifies the criteria operator associated with this .
A object.
Specifies the name of a DbSet, to which the filter applies.
A value, identifying the DbSet.
Specifies the filter string associated with the current .
A value, specifying the filter string.
For internal use.
A object.
Provides access to the collection of parameters passed to a stored procedure by an Entity Framework data source.
A object.
For internal use.
A object.
A wrapper for exceptions that may occur during a connection to an Entity Framework data source.
Initializes a new instance of the class with the specified message and exception details.
A value, specifying the message displayed when a database connection fails.
A object, specifying the error details.
Initializes a new instance of the class with the specified message.
A value, specifying the message displayed when a database connection fails.
Contains parameters used to establish a connection to an Entity Framework data source.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the default settings.
An object.
Initializes a new instance of the class with the specified settings.
A value.
A value.
A value.
A value.
Initializes a new instance of the class with the specified settings.
A value.
A value.
Initializes a new instance of the class with the specified settings.
A object.
A value.
A value.
Initializes a new instance of the class with the specified settings.
A object.
A value.
Initializes a new instance of the class with the specified source.
A object.
Specifies a connection string used by an Entity Framework data source to establish connection to data.
A value, specifying the connection string.
Specifies the name of a connection string used by an Entity Framework data source.
A value, specifying the name of a connection string.
Gets or sets the path to the external assembly containing the Entity Framework model.
A value that specifies the path to the external assembly containing the Entity Framework model.
Gets or sets the name of the Entity Framework context.
A value that specifies the name of the Entity Framework context.
Specifies the type of an Entity Framework database context used to connect to data.
A object specifying the type of a database context.
A connection to an Entity Framework data source.
Initializes a new instance of the class with the specified connection name and parameters.
A value, specifying the connection name. This value is assigner to the DataConnectionBase.Name property.
A descendant. This value is assigned to the EFDataConnection.ConnectionParameters property.
Closes the connection to an Entity Framework data source.
Specifies parameters used to establish a connection.
A object.
Specifies a connection string used to connect to data.
A value, specifying the connection string.
Specifies the connection string provider for an EFDataConnection.
An object implementing the interface.
Creates a connection string used by an Entity Framework data source to establish a connection to a data base.
A value specifying the connection string.
Creates the connection parameters for an Entity Framework data source.
An object.
Releases all resources used by an .
Returns the schema of the data source that is connected using the current .
A object that is the data source schema.
Returns the schema of the data source that is connected using the current .
An array of values that specify table names.
A object that is the data source schema.
Specifies whether or not the data connection is currently active.
true if the data connection is active; otherwise false.
Specifies the name of a data connection.
A value.
Opens the data connection session.
Specifies the solution types provider for an .
An object implementing the interface that provides access to the known types in the current solution.
Specifies whether to store connection settings in addition to the data connection name.
true to store only the name of a data connection; otherwise false.
An Entity Framework data source.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with specified connection parameters.
An object containing parameters used to establish a data connection.
Initializes a new instance of the class with a specified container.
An object implementing the interface that specifies the container of the .
Initializes a new instance of the class with specified settings.
The name of an Entity Framework connection string.
An object that contains parameters used to establish a data connection.
Occurs on an attempt to load a custom assembly by in the Data Source Wizard.
Occurs on an attempt to load a custom assembly by (e.g., when an application loads a report template containing an Entity Framework data source originated from a compiled assembly).
Specifies the connection for an .
A object.
Specifies the name of an Entity Framework data connection.
The name of an Entity Framework connection string.
Specifies the connection parameters of an Entity Framework data source.
An object.
Retrieves the data from the Entity Framework data source.
Retrieves the data from the Entity Framework data source with the specified parameters.
A collection of objects implementing the interface.
Provides access to the collection of Entity Framework data source filters.
A object.
For internal use.
For internal use.
Loads the Entity Framework data source schema definition from XML.
A value, containing an XML definition of the data source schema.
Saves the XML definition of the Entity Framework data source schema.
A value containing an XML definition of the data source schema.
Gets the collection of stored procedures provided by an .
A object specifying a collection of stored procedures.
A collection of Entity Framework data source filters.
Adds the specified filter to the collection.
A object.
Adds the filter with the specified value to the collection.
A value, corresponding to the added item.
A zero-based integer value, specifying the item’s index in the collection.
Appends an array of filters to the .
An array of objects to append to the collection.
Appends a collection of filters to the .
A collection of objects to append to the collection.
Removes all items from the collection.
Determines whether or not the collection contains the specified filter.
A object locate in the collection.
true, if the specified filter is a member of the collection; otherwise, false.
Determines whether or not the collection contains a filter with the specified value.
A value, corresponding to the item to locate in the collection.
true, if the specified filter is a member of the collection; otherwise, false.
Copies the entire filter collection to a one dimensional array starting at the specified index of the target array.
A one-dimensional array that is the destination for the objects copied from the collection.
An integer value, specifying the zero-based index in the target array at which copying begins.
Copies the entire filter collection to a one dimensional array starting at the specified index of the target array.
A one-dimensional array that is the destination for the objects copied from the collection.
An integer value, specifying the zero-based index in the target array at which copying begins.
Counts the filters that are available in a collection.
An integer value, specifying the item count.
Returns the filters stored in the .
A collection of objects.
Returns the zero-based index of the specified filter in the collection.
A object to locate in the collection.
An integer value, indicating the position of the specified filter in the collection.
Returns the zero-based index of the specified filter in the collection.
A value to locate in the collection.
An integer value, indicating the position of the specified filter in the collection.
Inserts the specified filter into the collection at the specified position.
An zero-based integer, specifying the item’s index position in the collection.
A object to insert into the collection.
Inserts the specified filter into the collection at the specified position.
An zero-based integer, specifying the item’s index position in the collection.
A value corresponding to the inserted item.
Indicates whether the has a fixed size.
true, if the collection has a fixed size; otherwise, false.
Indicates whether access to the is synchronized (thread safe).
true, if access to the collection is synchronized (thread safe); otherwise, false.
Provides indexed access to individual items in the collection.
A zero-based integer value, specifying the item’s index position in the collection.
A object.
Provides access to an individual item in the collection by its name.
A value, specifying the filter name.
A value, specifying the filter string.
Indicates the Entity Framewoerk data source to which the collection of master-detail relations belongs.
An object that is the owner of the collection.
Removes the specified filter from the collection.
A object.
true, if the specified filter has been found and removed; otherwise, false.
Removes the first occurrence of a specific filter from the collection.
A value.
Gets an object that can be used to synchronize access to the .
A that can be used to synchronize access to the collection.
A parameter passed to a stored procedure by an .
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified default settings.
A , specifying the name of the parameter.
A value, specifying the type of the parameter.
A , specifying the parameter value.
A collection of objects.
Initializes a new instance of the class with the default settings.
Appends an array of stored procedure parameters to the collection.
An array of objects to append to the collection.
Contains information about a stored procedure provided by an .
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified prototype.
A specifying a prototype for a new EFStoredProcedureInfo instance.
Initializes a new instance of the class with specified settings.
A value specifying the stored procedure name.
A collection of stored procedure parameters.
Initializes a new instance of the class with the specified name.
A value specifying the stored procedure name.
Specifies the name of the stored procedure.
A value specifying the stored procedure name.
Specifies the stored procedure parameters.
A object specifying a collection of stored procedure parameters.
A collection of stored procedures provided by an .
Adds a stored procedure to the current .
A specifying a stored procedure to add to the collection.
Adds an array of objects to the collection.
An array of objects to append to the collection.
Adds a collection of objects to the current collection.
A collection of objects to append to the current collection.
Contains classes that support binding to Microsoft Excel data sources.
Provides data for the ExcelDataSource.BeforeFill event.
Initializes a new instance of the class.
Gets or sets a path to the Microsoft Excel workbook or CSV file.
A that specifies the path to the Microsoft Excel workbook or CSV file.
Gets or sets options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
A descendant containing options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
Gets or sets a stream that contains a Microsoft Excel workbook or CSV file.
A object containing a Microsoft Excel workbook or CSV file.
Gets or sets the format of the document contained in the BeforeFillEventArgs.Stream.
A enumeration value that specifies the format of the document contained in the BeforeFillEventArgs.Stream.
Lists characters used to identify a new line in a CSV document.
A carriage return character.
A carriage return/linefeed character combination.
A form feed character for the print function.
A line feed character.
A carriage linefeed/return character combination.
A vertical tab character.
Contains options used to extract data from the CSV file.
Initializes a new instance of the class.
Gets or sets the cell range from which data is imported.
A value that specifies the cell range from which data is imported.
Gets or sets the culture information used to parse the data being imported.
A object containing culture-specific settings.
Gets or sets whether the character encoding is automatically determined.
true, to determine the character encoding automatically; otherwise, false.
Gets or sets whether a character type used to identify a new line in a CSV document is determined automatically.
true, to determine the character type automatically; otherwise, false.
Gets or sets whether a character used to separate values in a CSV document is determined automatically.
true, to determine a character used to separate values automatically; otherwise, false.
Gets or sets the character encoding of the CSV document.
A object that specifies the character encoding of the CSV document.
Determines whether the specified object is equal to the current instance.
The object to compare with the current object.
true, if the specified object is equal to the current instance; otherwise, false.
Gets the hash code that corresponds to the value of the current object.
An integer value representing the hash code for the current object.
Gets or sets the character used to identify a new line in a CSV document.
A object that specifies the character used to identify a new line in a CSV document.
Gets or sets the character that encloses values in the CSV document.
A that is the character used as the text qualifier.
Gets or sets whether to remove all leading and trailing white-space characters from each value in the CSV document.
true, to remove leading and trailing blanks; otherwise, false.
Gets or sets a character used to separate values in a CSV document.
A value that specifies the character used to separate values in a CSV document.
The exception thrown during ExcelDataSource.Schema validation when the schema references two or more objects having identical FieldInfo.Name values.
Initializes a new instance of the class with the specified FieldInfo.Name.
A value, specifying the duplicate name that caused the error.
Indicates the duplicate FieldInfo.Name.
A value, specifying the duplicate name that caused the error.
The data source that extracts data from Microsoft Excel workbooks or CSV files.
Initializes a new instance of the class.
Provides the capability to change options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
Gets or sets a path to the Microsoft Excel workbook or CSV file.
A that specifies the path to the Microsoft Excel workbook or CSV file.
Retrieves the data from the Excel data source.
Retrieves the data from the Excel data source with the specified parameters.
A collection of objects implementing the interface.
Populates the in an asynchronous manner.
A task that populates the data source.
Populates the in an asynchronous manner and uses the cancellationToken parameter to send the cancellation signal.
A cancellation token that the task observes.
A task that populates the data source.
Loads the data source schema definition from XML.
A value containing an XML definition of the data source schema.
Updates the result schema of a data source available on the client according to the current data source structure.
Saves the XML definition of the data source schema.
A value containing an XML definition of the data source schema.
Gets the schema.
A object that is the schema.
Gets or sets options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
A descendant containing options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
Gets or sets a stream that contains a Microsoft Excel workbook or CSV file.
A object containing a Microsoft Excel workbook or CSV file.
Gets or sets the format of the document contained in the ExcelDataSource.Stream.
A enumeration value that specifies the format of the document contained in the ExcelDataSource.Stream.
Contains options used to select data from a range of cells specified using the defined name.
Initializes a new instance of the class.
Initializes a new instance of the class.
A value that specifies the defined name referencing the required cell range.
A value that specifies the name of the scope containing the required defined name.
Initializes a new instance of the class.
A value that specifies the defined name referencing the required cell range.
Gets or sets the defined name referencing the required cell range.
A value that specifies the defined name referencing the required cell range.
Determines whether the specified object is equal to the current instance.
The object to compare with the current object.
true, if the specified object is equal to the current instance; otherwise, false.
Gets the hash code that corresponds to the value of the current object.
An integer value representing the hash code for the current object.
Gets or sets the name of the scope containing the required defined name.
A value that specifies the name of the scope containing the required defined name.
Lists values that specify the format of the document used to supply the with data.
The CSV format.
The XLS format.
The XLSM format.
The XLSX format.
A default implementation of the service.
Instantiates the class.
Specifies a string part in a generated column name. This part is appended by a column number.
The string part of the generated column name.
Returns a schema for a specified Excel/CSV file.
A value specifying the name of the source Excel/CSV file.
A object.
An enumeration value specifying the format of the source file.
An descendant specifying options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
A structure that propogates notification that operations should be canceled.
An array of objects.
Specifies the count of rows used to determine a column’s type.
An integer value specifying the number of rows used to determine a column’s type.
Serves as the base for classes containing settings used to import data from the Microsoft Excel workbook.
Contains options used to extract data from the Microsoft Excel workbook.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified import settings.
A descendant containing settings used to import data from the Microsoft Excel workbook.
Determines whether the specified object is equal to the current instance.
The object to compare with the current object.
true, if the specified object is equal to the current instance; otherwise, false.
Gets the hash code that corresponds to the value of the current object.
An integer value representing the hash code for the current object.
Gets or sets settings used to import data from the Microsoft Excel workbook.
A descendant containing settings used to import data from the Microsoft Excel workbook.
Gets or sets the password used to access the protected workbook.
A value that specifies the password used to access the protected workbook.
Gets or sets whether to ignore hidden columns when importing data to .
true, to ignore hidden columns when importing data; otherwise, false.
Gets or sets whether to ignore hidden rows when importing data to .
true, to ignore hidden rows when importing data; otherwise, false.
Serves as the base class for classes used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
Determines whether the specified object is equal to the current instance.
The object to compare with the current object.
true, if the specified object is equal to the current instance; otherwise, false.
Gets the hash code that corresponds to the value of the current object.
An integer value representing the hash code for the current object.
Gets or sets whether or not to include empty rows into the resulting .
true, to exclude the empty rows from the resulting ; otherwise, false.
Gets or sets whether to process the values of the first row as headers.
true, to process the values of the first row as headers; otherwise, false.
Contains options used to select data from the specified table.
Initializes a new instance of the class.
Initializes a new instance of the class.
A value that specifies the name of the table from which data is imported.
Determines whether the specified object is equal to the current instance.
The object to compare with the current object.
true, if the specified object is equal to the current instance; otherwise, false.
Gets the hash code that corresponds to the value of the current object.
An integer value representing the hash code for the current object.
Gets or sets the name of the table from which data is imported.
A value that specifies the name of the table from which data is imported.
Contains options used to select data from the specified worksheet.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
Initializes a new instance of the class with specified settings.
Initializes a new instance of the class.
A value that specifies the name of the worksheet from which data is imported.
A value that specifies the cell range used to import data.
Initializes a new instance of the class.
A value that specifies the name of the worksheet from which data is imported.
Gets or sets the cell range from which data is imported.
A value that specifies the cell range from which data is imported.
Determines whether the specified object is equal to the current instance.
The object to compare with the current object.
true, if the specified object is equal to the current instance; otherwise, false.
Gets the hash code that corresponds to the value of the current object.
An integer value representing the hash code for the current object.
Allows you to bind an application or component to a sheet of an Excel file by index.
The zero-based index of an Excel sheet to which an application or component is bound.
Gets or sets the name of the worksheet from which data is imported.
A value that specifies the name of the worksheet from which data is imported.
Contains settings of the field.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
Determines whether the specified object is equal to the current instance.
The object to compare with the current object.
true, if the specified object is equal to the current instance; otherwise, false.
Gets the hash code that corresponds to the value of the current object.
An integer value representing the hash code for the current object.
Gets or sets the name of the data source field.
A that specifies the name of the data source field.
Gets or sets whether the current field is included to a data source schema.
true, to include the current field to a data source schema; otherwise, false.
Gets or sets the type of the data source field.
A value that specifies the type of the data source field.
Contains the schema.
Initializes a new instance of the class.
Initializes a new instance of the class and adds the specified field elements to it.
A structure that contains elements to be added to the created class.
Appends an array of objects to the current .
An array of objects to be added to the collection.
When implemented, provides the capability to customize the schema retrieved for an Excel/CSV file.
Returns the schema of an Excel data source.
A value.
A object.
An enumeration value.
An descendant.
A structure.
An array of objects.
The exception thrown during ExcelDataSource.Schema validation when the schema references a object without a proper FieldInfo.Name.
Initializes a new instance of the class with the default settings.
The base for exceptions thrown when the ExcelDataSource.Schema validation fails.
The exception thrown during ExcelDataSource.Schema validation when the schema references a object without a proper FieldInfo.Type.
Initializes a new instance of the class with the default settings.
An expression assigned to a data source parameter.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified expression and result type.
A value, specifying the expression. This value is assigned to the Expression.ExpressionString property.
A object, specifying the expression result type. This value is assigned to the Expression.ResultType property.
Initializes a new instance of the class with the specified expression.
A value, specifying the expression. This value is assigned to the Expression.ExpressionString property.
Determines whether or not the specified object is equal to the current instance.
The object to compare with the current object.
true if the specified object is equal to the current instance; otherwise false.
Specifies the expression.
A value, specifying the expression.
Gets the hash code that corresponds to the value of the current object.
An integer value representing the hash code for the current object.
Specifies the expression result type.
A object, specifying the expression result type.
Returns the textual representation of .
A value.
Contains classes and interfaces enabling you to customize the Expression Editor in WinForms applications.
Enables you to obtain the list of suggestions corresponding to a specific part of an expression.
Initializes a new instance of the class with the specified context.
An object.
Returns the collection of suggestions corresponding to a specific caret position within an expression.
A value, specifying the expression.
An integer value, specifying the symbol in the expression where the caret position is.
A collection of objects.
Enables you to provide custom validation to the Expression Editor.
Initializes a new instance of the class with the specified settings.
An object.
true, if the Expression Editor supports aggregate fuctions; otherwise, false.
Enables custom processing of the specified .
An object.
Enables custom processing of the specified .
A object.
Enables custom processing of the specified .
An object.
Enables custom processing of the specified .
An object.
When implemented by a custom aggregate function, designates its functional category in the Expression Editor.
Specifies a custom function’s category.
A string value that designates the custom function’s category.
Contains classes that allow you to provide JSON data to applications and components.
Associates a object with data retrieved from a JSON object.
Initializes a new instance of the class with default parameters.
Initializes the class’s instance and sets its property to the passed value.
JSON object with data.
Checks if the current instance is equal to the specified object.
An object to be compared.
true, if the objects are equal; otherwise, false.
For internal use.
Returns the JSON object that the property provides.
The JSON object as a string.
Gets or sets a string with JSON data.
A string with JSON data.
For internal use.
An parameter that is used to add a custom HTTP header to JSON endpoint requests.
Creates a new instance of the HeaderParameter class with the default settings.
Creates a new instance of the HeaderParameter class with the specified parameter name and value.
The parameter name.
The parameter value.
Creates a new instance of the HeaderParameter class with the specified parameter name, type, and value.
The parameter name.
The parameter type.
The parameter value.
A JSON endpoint’s HTTP header parameters collection.
Creates a new instance of the HeaderParameterCollection class with default settings.
Appends an array of HTTP header parameters to the HeaderParameterCollection.
An array of HTTP header parameters to append to the collection.
Provides access to individual header parameters in the collection by name.
Specifies the header parameter’s name.
The header parameter that has the specified name. null (Nothing in Visual Basic) if the collection does not contain a header parameter with the specified name.
Specifies a username and password.
Initializes a new instance of the HttpBasicAuthenticationInfo class.
Specifies a password.
A password.
Specifies a username.
A username.
Defines a service that resolves a JSON connection by name.
Gets a connection by name.
A connection name.
A JSON connection.
Allows you to specify a new JSON source for a JSON data source at runtime.
Returns a new JSON source for the specified JSON data source.
The JSON data source whose JSON source is being updated.
A new JSON source.
The read-only data source that retrieves and provides JSON data.
Initializes a new instance of the class.
Specifies the connection name that the JsonDataSource uses to get authentication or query parameters.
Populates the object with JSON data.
For internal use.
Populates with data in an asynchronous manner.
A task that populates the data source.
Populates the in an asynchronous manner, uses the sourceParameters parameter to pass external parameters to the data source and the cancellationToken parameter to send the cancellation signal.
External parameters passed to the data source.
A cancellation token that the task observes.
A task that populates the data source.
Populates the in an asynchronous manner and uses the sourceParameters parameter to pass external parameters to the data source.
External parameters passed to the data source.
A task that populates the data source.
Populates the in an asynchronous manner and uses the cancellationToken parameter to send the cancellation signal.
A cancellation token that the task observes.
A task that populates the data source.
Occurs when an attempt to fill the data source fails.
Returns an enumerator that iterates through the collection of the data source’s objects.
An object that implements the interface.
Gets or sets an object that stores JSON data import settings.
A descendant that specifies the JSON data location.
Loads the data schema definition from XML.
An XML definition of the data source schema.
Creates the data source schema from the provided type.
The type used to create the schema.
The created data source schema.
Gets or sets the name of the root element in the associated data source.
The root element’s name.
Saves the data schema definition to XML.
An XML definition of the data source schema.
Gets or sets the ‘s data schema.
The data source schema’s root node.
Specifies how many data source elements to analyze on each level to build the schema.
The number of data source elements to analyze on each level to build the schema.
An exception that occurs when an attempt to fill a with data fails.
Creates a new instance of the class with specified settings.
The error message.
The inner exception.
Creates a new instance of the class with specified settings.
The error message.
Defines a node in the ‘s schema.
Creates a new instance of the class with default parameters.
Creates a new instance of the class and sets its properties to the values passed as the parameters.
The name of the data source field that the current object defines.
Specifies whether to include the JSON object’s field, which the current object defines, to the ‘s data schema.
The type of the JSON object’s node that the current object defines.
The type of data stored in the data source field that the current object defines.
Creates a new instance of the class and sets its properties to the values passed as the parameters.
The name of the data source field that the current object defines.
Specifies whether to include the JSON object’s field, which the current object defines, to the ‘s data schema.
The type of the JSON object’s node that the current object defines.
Creates a new instance of the class and sets its properties to the values passed as the parameters.
The name of the data source field that the current object defines.
Specifies whether to include the JSON object’s field, which the current object defines, to the ‘s data schema.
Gets or sets the display name of the data source field that the object defines.
The display name of the data source field that the object defines.
Checks whether the current instance is equal to the specified object.
An object to be compared.
true, if the objects are equal; otherwise, false.
For internal use.
For internal use.
Initializes a new instance of the class with default parameters.
Checks whether or not the component can be converted to the specified type.
An object implementing the interface.
A enumeration value.
true if the valid conversion is possible; otherwise false.
Converts the component to the specified type.
An object implementing the interface.
A object.
An value.
A enumeration value.
An value.
Gets or sets the name of the data source field that the object defines.
The data source field name that the object defines.
Gets or sets the type of the JSON node that the object defines.
The type of the JSON node.
Gets or sets whether to include the JSON node in the data source schema.
Specifies whether to include the JSON node in the data source schema.
Gets or sets the type of the data source field that the defines.
The type of the data source field that the JsonNode defines.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
Lists values that identify the type of the JSON data node.
Identifies a JSON node as an array.
Identifies a JSON node as an object.
Identifies a JSON node as a property.
Defines a node and its hierarchy in the ‘s schema.
Initializes a new instance of the class.
Initializes a new instance of the class.
Defines the created JSON schema node.
Initializes a new instance of the class and sets its properties to the values passed as the parameters.
The name of the data source field that the current object defines.
Specifies whether to include the JSON object’s field, which the current object defines, to the ‘s data schema.
The type of the JSON object’s node that the current object defines.
The type of data stored in the data source field that the current object defines.
Initializes a new instance of the class and sets its properties to the values passed as the parameters.
The name of the data source field that the current object defines.
Specifies whether to include the JSON object’s field, which the current object defines, to the ‘s data schema.
The type of the JSON object’s node that the current object defines.
Initializes a new instance of the class and sets its properties to the values passed as the parameters.
The name of the data source field that the current object defines.
Specifies whether to include the JSON object’s field, which the current object defines, to the ‘s data schema.
Gets or sets the data source node’s display name.
The data source node’s display name.
Gets or sets the name of the data source field that the object defines.
The data source field name that the object defines.
For internal use.
Gets or sets the type of the JSON object’s node that the object defines.
A enumeration value.
Occurs when the JsonSchemaNode object’s property value changes.
Gets or sets whether to include the JSON object’s field, which the object defines, to the ‘s data schema.
Specifies whether to include a JSON object’s field to the ‘s data schema.
Gets or sets the type of data stored in the data source field that the object defines.
The type of data to be stored in the data source field that the object defines.
A base class for the classes that contain JSON data import settings.
Checks whether the current descendant is equal to the specified object.
An object to be compared.
true, if the objects are equal; otherwise, false.
For internal use.
When implemented, returns JSON data from the specified location.
The JSON object as a string.
Gets or sets the name of the root element in the associated data source.
The root element’s name.
For internal use.
A parameter that is used to add a path element to a JSON endpoint’s URI.
Creates a new instance of the class with default settings.
Creates a new instance of the class with specified parameter name and value.
The parameter name.
The parameter value.
Creates a new instance of the class with specified name, type, and value.
The parameter name.
The parameter type.
The parameter value.
A JSON endpoint path parameters collection.
Creates a new instance of the class.
Appends an array of path parameters to the PathParameterCollection.
An array of items to append to the collection.
Provides access to individual items from PathParameterCollection by name.
A path parameter’s name.
The path parameter whose matches the specified pathName null (Nothing in Visual Basic) if the collection does not contain a parameter with the specified name.
A parameter that is used to pass HTTP request parameter values to a JSON endpoint.
Creates a new instance of the QueryParameter class with default settings.
Creates a new instance of the QueryParameter class with the specified parameter name and value.
The parameter name.
The parameter value.
Creates a new instance of the QueryParameter class with the specified parameter name, type, and value.
The parameter name.
The parameter type.
The parameter value.
A query parameters collection.
Creates a new instance of the QueryParameterCollection class with default settings.
Appends an array of query parameters to the QueryParameterCollection.
An array of query parameters to append to the collection.
Provides access to individual items from QueryParameterCollection by name.
A query parameter’s name.
The query parameter that has the specified name. null (Nothing in Visual Basic) if the collection does not contain a query parameter with the specified name.
Associates a object with JSON data retrieved from a web service endpoint or a text file.
Initializes a new instance of the class with default parameters.
Initializes the class’s instance and sets its property to the passed value.
A System.Uri object that points to JSON data.
Specifies the Basic authentication parameters that the associated web service endpoint requests.
An object that specifies the Username and Password parameters.
Checks whether the current instance is equal to the specified object.
An object to be compared.
true, if the objects are equal; otherwise, false.
For internal use.
Returns JSON data retrieved from the location that the property specifies.
The JSON object as a string.
Provides access to a collection of parameters that the UriJsonSource includes in requests to a JSON endpoint as custom HTTP headers.
Lists header parameters.
Provides access to a collection of parameters that the UriJsonSource adds to a JSON endpoint’s URI as path elements.
A collection of JSON URI path parameters.
Provides access to a collection of parameters that the UriJsonSource passes to a JSON endpoint as HTTP request parameters.
Lists query parameters.
Gets or sets the System.Uri object that points to a URI or text file with JSON data.
Points to a Web-service endpoint or text file with JSON data.
For internal use.
Contains classes used to localize classes that assist end-users in accessing data.
Provides the means to localize the Query Builder and Report Wizard.
Initializes a new instance of the class with the default settings.
Specifies a localizer object providing localization of an application’s Query Builder and Report Wizard at runtime.
An descendant, used to localize the user interface at runtime.
Returns a Localizer object storing resources based on the thread’s language and regional settings (culture).
An object, storing resources based on the thread’s language and regional settings (culture).
For internal use. Returns a Localizer object storing resources based on the thread’s language and regional settings (culture).
An object, storing resources based on the thread’s language and regional settings (culture).
Returns a localized string for the given string identifier.
A enumeration value, identifying the string to localize.
A value, corresponding to the specified identifier.
A default localizer to translate a Data Access application’s resources.
Initializes a new instance of the class with the default settings.
“LocalizationRes“
Contains values corresponding to strings that can be localized for a Data Access application.
Default value: “Invalid sorting column "{0}"."{1}". Results of a TableQuery containing aggregate functions can only be sorted by columns used as grouping criteria.”
Default value: “An aggregated column should have an alias.”
Default value: “Circular relations have been detected.”
Default value: “The schema does not contain the following column: "{0}"."{1}".”
Default value: “A column cannot be null.”
Default value: “Queries”
Default value: “Stored Procedures”
Default value: “Tables”
Default value: “One or more relations are invalid. \r\nTo learn about the error details, click Edit Relations.”
Default value: “Views”
Default value: “Manual editing of custom SQL is not allowed. The current query is represented by a custom SQL query string, which will be lost if you proceed with editing the query using the Query Builder dialog. Do you want to discard the custom SQL and proceed with the Query Builder?”
Default value: “Please wait”
Default value: “Connecting to the database
”
Default value: “The connection has been cancelled.”
Default value: “No connection has been specified.”
Default value: “Connection parameters were discarded because the {0} provider is not supported. \r\nSelect one of the available data providers and specify connection parameters or close the wizard \r\nusing the Close button to undo this change.”
Default value: “ (in the config file)”
Default value: “ (from the Server Explorer)”
Default value: “The column name [{0}], which is used in the custom expression, is ambiguous. Columns with this name exist in the following tables: {1}.”
Default value: “There are no tables containing column [{0}], which is used in the custom expression.”
Default value: “Column [{0}].[{1}] is used in the custom expression, but is missing in DBSchema.”
Default value: “A custom SQL query should contain only SELECT statements.”
Default value: “Connection name: {0}\r\n Error message:\r\n{1}\r\n”
Default value: “Failed to connect to the database. To learn more, see the exception details. \r\n\r\nException details:\r\n {0}”
Default value: “Data Source”
Default value: “Parameter”
Default value: “A column with the following name already exists: "{0}"."{1}".”
Default value: “A table with the following name already exists: "{0}".”
Default value: “A filter string cannot be null.”
Default value: “Column{0}”
Default value: “{0}\r\nFile not found.\r\nCheck the file name and try again.”
Default value: “Schema loading…”
Default value: “The protected file cannot be opened.”
Default value: “A password is required to open this workbook.”
Default value: “The password is not correct. Please try again.”
Default value: “BIFF5 (Excel 5.0/95) XLS file format is not supported.”
Default value: “The file is corrupt.”
Default value: “Incorrect file format”
Default value: “Comma”
Default value: “Semicolon”
Default value: “Space”
Default value: “Tab”
Default value: “Type: {0}”
Default value: “Columns”
Default value: “column”
Default value: “Constants”
Default value: “constant”
Default value: “Custom”
Default value: “Functions”
Default value: “function”
Default value: “Operators”
Default value: “operator”
Default value: “Parameters”
Default value: “parameter”
Default value: “The expression string cannot be empty.”
Default value: “Aggregate”
Default value: “DateTime”
Default value: “Logical”
Default value: “Math”
Default value: “String”
Default value: “Invalid column: ‘{0}’.”
Default value: “Invalid function: ‘{0}’.”
Default value: “Invalid expression.”
Default value: “Invalid parameter: ‘{0}’.”
Default value: “The following aggregate function is not supported: ‘{0}’.”
Default value: “An expression cannot be null, either column or custom expression expected.”
Default value: “An expression string cannot be null”
Default value: “All Supported Formats”
Default value: “CSV Files”
Default value: “Excel Workbooks”
Default value: “The column name [{0}], which is used in the filter string, is ambiguous. Columns with this name exist in the following tables: {1}.”
Default value: “There are no tables containing column [{0}], which is used in the filter string.”
Default value: “Column [{0}].[{1}] is used in the filter string, but is missing in DBSchema.”
Default value: “Gathering types information…”
Default value: “Cannot group by an aggregate column: "{0}"."{1}".”
Default value: “Grouping requires at least one aggregated column.”
Default value: “Group filtering cannot be applied to data that is not grouped. Please apply data grouping first.”
Default value: “A grouping criteria cannot be null.”
Default value: “Group filtering requires grouping.”
Default value: “The specified relation is incomplete: "{0}".”
Default value: “Cannot parse the following expression string: "{0}".”
Default value: “Invalid port number. A port number should be between 0 and 65535 inclusive.”
Default value: “Loading Data…”
Default value: “{0} of {1}…”
Default value: “Loading data source”
Default value: “Select statement creation failed.”
Default value: “Unable to load the {0} assembly for the {1} context. Please choose an existing external assembly and/or existing context.”
Default value: “Unable to open a database.”
Default value: “An error occurred while rebuilding a data source schema.”
Default value: “The collection already contains the ‘{0}’ item”
Default value: “This collection already contains an item with the ‘{0}’ name”
Default value: “A query with the specified name already exists: {0}.”
Default value: “The query name cannot be empty.”
Default value: “Item name cannot be null or an empty string”
Default value: “Column ‘{0}’.’{1}’ does not exist.”
Default value: “Query ‘{0}’ does not exist.”
Default value: “Cannot add a null value to the collection”
Default value: “Item name ‘{0}’ contains wrong characters”
Default value: “Parameter name ‘{0}’ contains wrong characters”
Default value: “A query with the specified name already exists: {0}.”
Default value: “Invalid collection name: “{0}”.”
Default value: “Invalid database name: “{0}”.”
Default value: “No queries.”
Default value: “Query {0} failed to execute.”
Default value: “Top and Skip properties should be non-negative integer.”
Default value: “The following table contains no columns: "{0}".”
Default value: “The specified relation does not contain key columns: "{0}".”
Default value: “The collection of tables cannot be empty.”
Default value: “The connection string contains no XpoProvider key or the specified key is invalid. \r\n\r\nException details:\r\n {0}”
Default value: “Loading the data sources referenced in this file may harm your computer. Was this file obtained from a trusted source?\r\n\r\nClick ‘Yes’ to load the data source content as is.\r\nClick ‘No’ to load only trusted data source content.”
Default value: “Cannot get properties for the type returned by this method.”
Default value: “Cannot get properties for this type.”
Default value: “A data member ‘{0}’ does not exist.”
Default value: “The default constructor of an ITypedList implementation has thrown an exception.”
Default value: “The GetItemProperties method of an ITypedList has thrown an exception.”
Default value: “Cannot get item properties from IListSource without default constructor.”
Default value: “The type is static and it does not have any members returning IEnumerable.”
Default value: “default”
Default value: “none”
Default value: “null”
Default value: “The aggregation should be applied either to all of columns or to none of them.”
Default value: “Only non-negative numeric values are allowed.”
Default value: “Behavior”
Default value: “Connection”
Default value: “Data”
Default value: “The following database provider is not supported: {0}.”
Default value: “One or more queries have failed to execute.”
Default value: “One or more queries have failed to validate.”
Default value: “*”
Default value: “(all tables)”
Default value: “The specified alias already exists.”
Default value: “Can join {0}”
Default value: “Please click the ‘Filter…’ button to correct the filter string.”
Default value: “Not all parts of the expression are specified.”
Default value: “Joined on {0}”
Default value: “A database does not contain tables or views and does not support SQL editing. To be able to run the Query Builder, make sure that your database contains at least one table or supports SQL editing.”
Default value: “No table has been selected. Please select at least one table to proceed.”
Default value: “No column has been selected. Please select at least one column to proceed.”
Default value: “, “
Default value: “{0} on {1}”
Default value: “[{0}] {1} join [{2}] on {3}”
Default value: “Common”
Default value: “Custom SQL”
Default value: “Stored Procedure”
Default value: “Table Selection”
Default value: “The Field List is being populated…”
Default value: “The schema does not contain the following relation column: "{0}"."{1}".”
Default value: “The relation column cannot be null.”
Default value: “Inner join”
Default value: “Left outer join”
Default value: “Master-detail relation”
Default value: “Cannot set relation between columns ‘{0}’.’{1}’ of type {2} and ‘{3}’.’{4}’ of type {5}.”
Default value: “A relation cannot be null.”
Default value: “The reference table has not been selected: "{0}".”
Default value: “Column not found: ‘{0}’.’{1}’.”
Default value: “Expression Editor…”
Default value: “The SKIP setting is set while records are not sorted. Please apply sorting to be able to skip the first N records or reset the SKIP setting in the Filter Editor dialog.”
Default value: “Records are not sorted. Please add a sorting to be able to skip first N records.”
Default value: “Cannot sort by an aggregate column: {0}({1}), because the query is not aggregated.”
Default value: “The following column is used as a sorting criterion more than once: "{0}"."{1}".”
Default value: “A sorting criteria cannot be null.”
Default value: “Error trying to execute an SQL query{0}{1}.\nError: {2}”
Default value: “ with parameters:”
Default value: “Query {0} failed to execute.”
Default value: “The SQL string is null or empty.”
Default value: “Parameter ‘{2}’ type mismatch: <{0}>, <{1}> is expected.”
Default value: “The name of a stored procedure cannot be null.”
Default value: “Cannot find the specified stored procedure: "{0}".”
Default value: “Parameter count mismatch: <{0}>, <{1}> is expected.”
Default value: “Parameter name mismatch: <{0}>, <{1}> is expected.”
Default value: “A parameter cannot be null.”
Default value: “Parameter type mismatch: <{0}>, <{1}> is expected.”
Default value: “The schema does not contain the specified table: "{0}".”
Default value: “The reference table has not been selected: "{0}".”
Default value: “A table cannot be null.”
Default value: “The following tables have no relations: "{0}".”
Default value: “Non-negative number (8 bit integer)”
Default value: “Char”
Default value: “Object”
Default value: “Number (8 bit integer)”
Default value: “Non-negative number (32 bit integer)”
Default value: “Non-negative number (64 bit integer)”
Default value: “Non-negative number (16 bit integer)”
Default value: “Unknown”
Default value: “The column name is not specified.”
Default value: “The table name is not specified.”
Default value: “Cannot load this assembly for security reasons.”
Default value: “Custom connection string”
Default value: “A data connection with the specified name already exists. Please specify a different connection name.”
Default value: “The name cannot be null, empty or contain only whitespaces.”
Default value: “The selected assembly does not contain Entity Framework data contexts.”
Default value: “Select at least one data field.”
Default value: “XML Files”
Default value: “New query features are not supported in case of XML provider”
Default value: “Some of the query features are not supported for XML files.”
Contains classes that allow you to bind your application or component to a MongoDB instance.
Allows you to implement a custom connection service for the class.
Creates an object that manages a connection to a MongoDB instance.
The name of a MongoDB connection string.
An object that manages a connection to a MongoDB instance.
Manages a connection to a MongoDB instance.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
MongoDB connection parameters.
Initializes a new instance of the class with specified settings.
A connection string to a MongoDB instance.
Clears connection credentials.
Closes a connection to a MongoDB instance.
Stores MongoDB connection parameters.
MongoDB connection parameters.
Creates a connection string to a MongoDB instance.
A connection string to a MongoDB instance.
Creates a connection string to a MongoDB instance.
true to remove user credentials from the connection string; otherwise, false.
A connection string to a MongoDB instance.
Specifies the name of a MongoDB connection.
The name of a MongoDB connection.
Opens a connection to a MongoDB instance.
Specifies the name of a MongoDB connection provider.
A MongoDB connection provider name.
Specifies whether the MongoDB data connection manager stores only the name of a MongoDB connection.
true if only the name of a MongoDB connection is stored; otherwise, false.
Contains properties and methods that allow you to bind an application or component to a MongoDB instance.
Initializes a new instance of the class with specified settings.
MongoDB connection parameters.
Initializes a new instance of the class with specified settings.
The name of a MongoDB connection string specified in a project’s configuration file.
Asynchronously loads data from a MongoDB instance to MongoDBDataSource.
A task that loads data from a MongoDB instance to the data source.
Asynchronously loads data from a MongoDB instance to MongoDBDataSource. Allows you to specify external parameters that you can reference in a query’s filter string, the queries that should be executed in order to load the data, and a cancellation token that you can use to cancel the data loading task.
A collection of parameters.
An array of query names. These queries are executed in order to load data from a MongoDB instance.
A cancellation token.
A task that loads data from a MongoDB instance to the data source.
Asynchronously loads data from a MongoDB instance to MongoDBDataSource. Allows you to specify external parameters that you can reference in a query’s filter string and the queries that should be executed in order to load the data.
A collection of parameters.
An array of query names. These queries are executed in order to load data from a MongoDB instance.
A task that loads data from a MongoDB instance to the data source.
Asynchronously loads data from a MongoDB instance to MongoDBDataSource. Allows you to specify external parameters that you can reference in a query’s filter string and a cancellation token that you can use to cancel the data loading task.
A collection of parameters.
A cancellation token.
A task that loads data from a MongoDB instance to the data source.
Asynchronously loads data from a MongoDB instance to MongoDBDataSource. Allows you to specify external parameters that you can reference in a query’s filter string.
A collection of parameters.
A task that loads data from a MongoDB instance to the data source.
Asynchronously loads data from a MongoDB instance to MongoDBDataSource. Allows you to specify the queries that should be executed in order to load the data and a cancellation token that you can use to cancel the data loading task.
An array of query names. These queries are executed in order to load data from a MongoDB instance.
A cancellation token.
A task that loads data from a MongoDB instance to the data source.
Asynchronously loads data from a MongoDB instance to MongoDBDataSource. Allows you to specify the queries that should be executed in order to load the data.
An array of query names. These queries are executed in order to load data from a MongoDB instance.
A task that loads data from a MongoDB instance to the data source.
Asynchronously loads data from a MongoDB instance to MongoDBDataSource. Allows you to specify a cancellation token that you can use to cancel the data loading task.
A cancellation token.
A task that loads data from a MongoDB instance to the data source.
Updates the MongoDB data source schema.
A base class of .
Allows you to configure connection settings for a MongoDB instance.
Stores an object that handles a connection to a MongoDB instance.
An object that handles a connection to a MongoDB instance.
Stores the name of a MongoDB connection string specified in a project’s configuration file.
The name of a MongoDB connection string specified in a project’s configuration file.
Stores MongoDB connection parameters.
MongoDB connection parameters.
Executes queries and loads data from a MongoDB instance.
Executes the specified queries and loads data from a MongoDB instance.
A collection of parameters. You can reference these parameters in a query’s filter string property.
An array of query names. The queries with these names are executed after the Fill method is called.
Executes queries and loads data from a MongoDB instance.
A collection of parameters. You can reference these parameters in a query’s filter string property.
Executes the specified queries and loads data from a MongoDB instance.
An array of query names. A Fill method call executes queries with these names.
Loads the definition of the MongoDB data source schema from an XML element.
An element that contains the definition of a MongoDB data source schema in XML format.
Stores a collection of queries to a MongoDB instance.
A collection of queries to a MongoDB instance.
Saves the definition of the MongoDB data source schema to an XML element.
An element that contains the definition of a MongoDB data source schema in XML format.
Specifies the number of MongoDB collection items used to build the data source schema.
The number of MongoDB collection items used to build the data source schema.
Contains methods and properties that allow you to create a query to a MongoDB database collection.
Initializes a new instance of the class.
Stores the actual name of a MongoDB query.
The actual name of a MongoDB query.
Stores an alias of a MongoDB query.
An alias of a MongoDB query.
Stores the name of a MongoDB database collection.
The name of a MongoDB database collection.
Stores the name of a MongoDB database.
The name of a MongoDB database.
Stores a filter string.
A filter string for a MongoDB query.
Stores a list query parameters.
A list of parameters for MongoDB queries.
Specifies the MongoDBQuery’s schema.
The node and its hierarchy in the MongoDBQuery’s schema.
Converts a MongoDB query to a string.
A MongoDB query converted to a string.
Stores a collection of queries to a MongoDB instance.
Adds a specified query to the MongoDB query collection.
A MongoDB query.
Adds queries to the collection.
An array of MongoDB queries.
Adds specified queries to the collection.
A collection of MongoDB queries.
Checks whether a query can be added to the MongoDB query collection.
A MongoDB query.
Removes all items from the MongoDB query collection.
Checks whether the MongoDB query collection contains a specified query.
A MongoDB query.
true if the MongoDB query collection contains the specified query; otherwise, false.
Checks whether the MongoDB query collection contains a query with a specified name.
The name of a MongoDB query.
true if the MongoDB query collection contains a query with the specified name; otherwise, false.
Copies all queries from the MongoDB query collection to a specified array.
The target array of MongoDB queries.
The index of the array element that precedes the first inserted query. All other copied queries follow the first inserted query in the same order they had in the source collection.
Returns the number of queries in the MongoDB query collection.
The number of queries in the MongoDB query collection.
Generates the unique name for a query within the MongoDB query collection.
A MongoDB query.
The unique name for the specified MongoDB query.
Creates an enumerator for the MongoDB query collection.
An enumerator for the MongoDB query collection.
Returns the index of a specified query in the MongoDB query collection.
A MongoDB query.
The index of the specified query. If the collection does not contain the specified query, the method returns -1.
Inserts a specified query to the MongoDB query collection.
A zero-based index of a collection element after which the new query should be inserted.
A MongoDB query.
Returns a query by its index in the collection.
The index of an element in the MongoDB query collection.
A MongoDB query.
Returns a query with a specified name from the MongoDB query collection.
The name of a MongoDB query.
A MongoDB query.
Removes a specified query from the MongoDB query collection.
A MongoDB query.
true if the specified query is removed. false if the collection does not contain the specified query.
Removes a query at the specified index from the MongoDB query collection.
The target query’s index in the collection.
Contains methods and properties that allow you to conditionally filter data loaded from a MongoDB instance.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
The parameter name.
The parameter type.
The parameter default value.
A base class that defines a node in a tree-like structure of objects.
The node value type.
Creates a new instance of the class with the specified node value type.
The node value type.
Removes all child nodes from the node.
Adds child nodes to the node.
Child nodes to add to the node.
Provides access to a collection of the node’s child nodes.
A collection of the node’s child nodes.
Determines whether the specified object is equal to the current instance.
The object to compare to the current object.
true, if the specified object is equal to the current instance; otherwise, false.
Performs the specified action on the node’s each child node.
The action to perform on the node’s each child node.
Serves as the default hash function.
The hash code for the current object.
Returns a collection of the node’s parent nodes.
A collection of the node’s parent nodes.
Returns the node’s parent node. Returns null (Nothing in Visual Basic) for the root node.
The node’s parent node. The null value (Nothing in Visual Basic) for the root node.
Gets or sets the node’s value.
The node’s value.
Contains classes that support binding to object data sources.
Supplies data for the ObjectDataSource.BeforeFill and ObjectDataSource.BeforeFillGlobal events.
Initializes a new instance of the class with the specified settings.
A value, specifying the data source. This value is assigned to the BeforeFillEventArgs.DataSource property.
A value, specifying the data member. This value is assigned to the BeforeFillEventArgs.DataMember property.
An value. This value is assigned to the BeforeFillEventArgs.ConstructorInfo property.
A collection of objects. This value is assigned to the BeforeFillEventArgs.Parameters property.
Returns an object providing access to constructor parameters of an .
An value.
Returns the data member specified for an .
A value, specifying the data member.
Returns the data source assigned to an .
A value, specifying the data source.
Specifies whether or not the object data source is valid.
true, if the object data source is valid; otherwise, false.
Returns a collection of method and constructor parameters of an .
A collection of objects.
A method that will handle the ObjectDataSource.BeforeFill and ObjectDataSource.BeforeFillGlobal events.
The event sender.
A object that contains data related to the event.
When applied to an assembly, includes the corresponding item in the list of highlighted assemblies in the Data Source Wizard.
Initializes a new instance of the class with the default settings.
When applied to a class, includes the corresponding item in the list of highlighted classes in the Data Source Wizard.
Initializes a new instance of the class with the default settings.
When applied to a data source member, includes the corresponding item in the list of highlighted data members in the Data Source Wizard.
Initializes a new instance of the class with the default settings.
Provides functionality to access constructor parameters when binding to an .
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified constructor parameters.
An array of objects.
Initializes a new instance of the class with the specified constructor parameters.
A collection of values, specifying parameters to be passed to an object constructor.
Provides access to the default object constructor.
An value containing settings of the default object constructor.
Provides access to a collection of parameters to be passed to a constructor when it is invoked
A collection of values.
Returns the textual representation of an .
A value, which is the textual representation of an .
Enables binding data-aware controls and components to a runtime-created object or an instance method.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with a specified container.
An object implementing the interface that specifies the container of the .
Occurs before filling an object data source, which enables you to provide custom data source validation.
Occurs before filling an object data source, enabling you to provide custom validation for all object data sources in your application.
Signals the object data source that initialization is starting.
Signals the object data source that updating has begun.
Specifies an object that enables an to access constructor parameters.
An value.
Specifies the data member of an object data source.
A value, specifying the data member.
Specifies the object data source that can be a specific object instance or a type.
A value, specifying the data source.
Signals the object data source that initialization is complete.
Signals the object data source that updating has ended.
Retrieves the data from the object data source.
Retrieves the data from the object data source with the specified parameters.
A collection of objects implementing the interface.
Returns an object that describes the item properties of an object data source.
An array of values.
A value.
Returns the name of a list associated with an object data source.
An array of values.
A value.
Loads the object data source schema definition from XML.
A value containing an XML definition of the data source schema.
Provides access to the list of parameters that must be specified when binding an to a method.
A value.
Builds the ObjectDataSource schema.
Rebuilds the ObjectDataSource schema with a data member parameter value.
A constructor parameter value.
Saves the XML definition of the object data source schema.
A value containing an XML definition of the data source schema.
Contains information about a member of an object data source.
Initializes a new instance of the class with the specified property descriptor.
A value providing access to information about a property.
Initializes a new instance of the class with the specified member information.
A value providing access to member metadata.
Obtains a collection of attributes assigned to a member.
A collection of values.
Gets the specified parameters of the current method.
A collection of objects.
A collection of objects.
Indicates whether or not a member is a method with parameters.
true, if a member is a method with parameters; otherwise, false.
Indicates whether or not the is assigned to a method.
true, if the attribute is assigned to a method; otherwise, false.
Invokes the method or constructor represented by the current instance, using the specified parameters.
A value.
An array of values.
A value.
Indicates whether or not a member is a method.
true, if a member is a method; otherwise, false
Indidcates whether or not a member is a property.
true, if a member is a property; otherwise, false.
Indicates whether or not a member is static.
true, if a member is static; otherwise, false
Obtains a MemberInfo object containing information about the current member.
A object.
Obtains the type of the current member.
A value.
Indicates the name of an object member.
A value, specifying the object member name.
Obtains a collection of constructor parameters.
A collection of values, specifying parameters to be passed to an object constructor.
Provides access to a property descriptor containing information about a property of an object data source.
A value.
Obtains the return type of the current member.
A value.
Returns the textual representation of an .
A value, which is the textual representation of an .
A method or constructor parameter of an .
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class.
A that specifies a parameter name. This value is assigned to the Parameter.Name property.
A that specifies a parameter type. This value is assigned to the Parameter.Type property.
A parameter value. This value is assigned to the Parameter.Value property.
Returns the string that represents the current object.
A that represents the current object.
A list of objects.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified default set of elements.
A collection of elements to be added to a list.
Initializes a new instance of the class with the specified initial capacity.
An integer specifying the initial list capacity.
Appends an array of master-detail relations to the .
An array of objects to append to the collection.
This exception is thrown when an object data source validation fails.
Initializes a new instance of the class with the specified message.
A value, specifying the message displayed when a data source validation fails.
Contains classes that support binding to SQL data sources.
An exception thrown when trying to execute an aggregate query with an invalid sorting criteria applied to it.
Initializes a new instance of the class with the specified settings.
A value, specifying the table name.
A value, specifying the column name.
Indicates the column that has been specified in an invalid sorting criteria.
A value, specifying the column name.
Indicates the table to which an invalid sorting criteria has been applied.
A value, specifying the table name.
Lists values that specify aggregation types.
The average of the values.
The average of different values.
The number of values.
The number of different values.
The largest value.
The smallest value.
Aggregation is not applied.
The sum of the values.
The sum of different values.
An exception thrown when an aggregation has been used without specifying its alias.
Initializes a new instance of the class with the default settings.
The base for classes that provide the data column functionality.
Returns a string identifier of a data column.
A value, identifying the column.
Specifies the alias that is used to refer to a data column instead of its name.
A value, specifying the data column alias.
Indicates whether a data column is identified by its name or alias.
true if the data column is assigned an alias; otherwise false.
Corresponds to all columns from one or more data tables selected by a .
Initializes a new instance of the class with the default settings.
Specifies the table whose columns are being selected.
A object.
Initializes a new instance of the class with specified settings.
An exception thrown when circular relations have been specified in a query.
Initializes a new instance of the class with the default settings.
A column of a data table retrieved by a .
Initializes a new instance of the class with the default settings.
Returns a string identifier of a data column.
A value, identifying the column.
Specifies the column expression.
An descendant.
The base for classes that provide the data column functionality.
A selected data column with or without an aggregate expression applied to it.
Initializes a new instance of the class with the default settings.
Specifies the column to which the applies.
A value, specifying the column name.
Specifies the table to which the applies.
A object.
Obsolete. Use the corresponding functionality of the class instead.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified name, alias and aggregation type.
A value, specifying the column info name. This value is assigned to the ColumnInfo.Name property.
An enumeration value that specifies the aggregation type. This value is assigned to the ColumnInfo.Aggregation property.
A value, specifying the column info alias. This value is assigned to the ColumnInfo.Alias property.
Initializes a new instance of the class with the specified name and aggregation type.
A value, specifying the column info name. This value is assigned to the ColumnInfo.Name property.
An enumeration value that specifies the aggregation type. This value is assigned to the ColumnInfo.Aggregation property.
Initializes a new instance of the class with the specified alias and name.
A value, specifying the column info name. This value is assigned to the ColumnInfo.Name property.
A value, specifying the column info alias. This value is assigned to the ColumnInfo.Alias property.
Initializes a new instance of the class with the specified name.
A value, specifying the column info name. This value is assigned to the ColumnInfo.Name property.
Returns a string identifier of a data column.
A value, identifying the column.
Gets or sets the aggregation type applied to the current column.
An enumeration value that specifies the aggregation type. This value is assigned to the ColumnInfo.Aggregation property.
Specifies the alias that is used to refer to a data column instead of its name.
A value, specifying the data column alias.
Indicates whether a data column is identified by its name or alias.
true if the data column is assigned an alias; otherwise false.
Specifies the name by which a data column is referred to in a database schema.
A value, specifying the data column name.
An exception thrown when a query contains columns that are missing in the data source schema.
Initializes a new instance of the class with the specified settings.
A value, specifying the table name.
A value, specifying the column name.
Indicates the data column that is missing in the data source schema.
A value, specifying the column name.
Indicates the table containing a data column that is missing in the data source schema.
A value, specifying the table name.
An exception thrown when a query references a column that is null.
Initializes a new instance of the class with the default settings.
Lists the values that specify the relational operator type.
Specifies the “equal” relational operator.
Specifies the “greater than” relational operator.
Specifies the “greater than or equal to” relational operator.
Specifies the “less than” relational operator.
Specifies the “less than or equal to” relational operator.
Specifies the “not equal” relational operator.
Provides data for the ConfigureDataConnection events.
Initializes a new instance of the class.
A that specifies the name of the connection for which the event has been raised.
A descendant that contains connection parameters.property.
Gets the name of the connection for which the event has been raised.
A that specifies the name of the connection for which the event has been raised.
Gets or sets parameters used to establish a connection to data.
A descendant that contains parameters used to establish a connection to data.
References a method that will handle the ConfigureDataConnection events.
The event source.
A object that contains event data.
Serves as the base for classes that provide data for the ConnectionError events.
Initializes a new instance of the class.
A that specifies the name of the connection for which the event has been raised. This value is assigned to the ConfigureDataConnectionEventArgs.ConnectionName property.
A descendant that contains connection parameters. This object is assigned to the ConfigureDataConnectionEventArgs.ConnectionParameters property.
A object representing the exception that caused the event.
Gets or sets whether the operation performed on the processed event should be canceled.
true, to cancel the operation performed on the event; otherwise, false.
Gets an exception that caused the ConnectionError event.
A object representing the exception that caused the ConnectionError event.
Gets or sets whether default actions are required to connect to a data store.
true, if no default actions are required to connect to a data store; otherwise, false.
References a method that will handle ConnectionError events.
The event source.
A object that contains event data.
Specifies the data connection options of a .
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified prototype.
A object, specifying a prototype for a new ConnectionOptions instance.
Specifies whether or not a data connection should be closed after executing a query.
true to close the connection immediately after executing a query; false to never close the connection.
Specifies the wait time (in seconds) before terminating the attempt to execute a query and generating an error.
A nullable integer value, specifying the time in seconds to wait for the query to execute. The null value (Nothing in Visual Basic) indicates the use of the provider’s default setting. A zero value indicates unlimited timeout.
Specifies the isolation level for all queries, stored procedures, and other operations executed for the specified connection.
The isolation level.
A custom aggregate expression that can be applied to a data column or group/sorting criteria.
Initializes a new instance of the class with the default settings.
Specifies a custom aggregate expression.
A value, specifying a custom expression.
An exception thrown when a custom expression references a column with an ambiguous name.
Initializes a new instance of the class with the specified settings.
A value, specifying the column name.
An array of values, specifying the table names.
Indicates the column that was used in a custom expression and has an ambiguous name.
A value, specifying the column name.
Indicates the tables that contain a column that was used in a custom expression and has an ambiguous name.
A collection of values, specifying the table names.
An exception thrown when a custom expression references a column contained in a table that has not been selected.
Initializes a new instance of the class with the specified settings.
A value, specifying the column name.
Indicates the column that was used in a custom expression and belongs to a table that has not been selected.
A value, specifying the column name.
An exception thrown when a custom expression references a column that is missing in the data source schema.
Initializes a new instance of the class with the specified settings.
A value, specifying the table name.
A value, specifying the column name.
Indicates the column that was used in a custom expression and is missing in the data source schema.
A value, specifying the column name.
Indicates the table to which a custom expression has been applied with a column that is missing in the data source schema.
A value, specifying the table name.
Provides data for the SqlDataSource.CustomizeFilterExpression event.
Initializes a new instance of the class.
A value that is the name of the query for which the event has been raised.
A descendant that specifies the filter expression that defines a WHERE clause included in the SQL query.
Gets or sets the filter expression that defines a WHERE clause included in the SQL query.
A descendant that specifies the filter expression that defines a WHERE clause included in the SQL query.
Gets the name of the query for which the event was raised.
A value that is the name of the query for which the event was raised.
References a method that will handle the SqlDataSource.CustomizeFilterExpression event.
The event source.
A object that contains event data.
A custom query.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified name and query string.
A value. This value is assigned to the SqlQuery.Name property.
A value. This value is assigned to the CustomSqlQuery.Sql property.
Specifies the custom query string.
A value, specifying the query.
Checks the validity of the .
Checks the validity of the .
A object that is the data source schema.
An exception thrown when a custom query validation fails.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified settings.
A value, specifying the error message.
Contains classes used to access data obtained using a .
A schema of a column in a .
Gets an individual column value from the specified row.
An object implementing the interface that specifies the required row.
An individual column value.
Gets an individual column value by the specified row index.
A zero-based integer that specifies the row index.
An individual column value.
Gets an individual column value by the specified row index.
A zero-based integer that specifies the row index.
An individual column value.
Gets the column name.
A value that is the column name.
Gets the column type.
A value that is the column type.
A master-detail relation of a .
Gets the detail table for the current relation.
An object implementing the interface that is the detail table for the current relation.
Gets a collection of detail key columns used to specify a master-detail relation.
A collection of objects implementing the interface that are detail key columns used to specify a master-detail relation.
Gets detail rows corresponding to the specified master row.
An object implementing the interface that specifies the master row.
A collection of objects implementing the interface that are detail rows.
Gets detail rows corresponding to the specified master row.
A zero-based integer that specifies the index of the master row.
A collection of objects implementing the interface that are detail rows.
Gets the master table for the current relation.
An object implementing the interface that is the master table for the current relation.
Gets a collection of master key columns used to specify a master-detail relation.
A collection of objects implementing the interface that are master key columns used to specify a master-detail relation.
Gets the name of the master-detail relation.
A that is the name of the master-detail relation.
A cache of data retrieved using the .
Gets an individual table by its index.
A zero-based integer specifying the table index.
An object implementing the interface that is the data table.
Gets an individual table by its name.
A value that specifies the table name.
An object implementing the interface that is the data table.
Returns a table with the specified name using the table parameter.
A value that specifies the table name.
An object implementing the interface that is the table with the specified name.
true, if the table with the specified name exists; otherwise, false.
A row of data in a .
Gets a collection of detail rows for the current master row.
An object implementing the interface that is the master-detail relation.
A collection of objects implementing the interface that are detail rows.
Gets a collection of detail rows for the current master row.
A value that specifies the name of the master-detail relation.
A collection of objects implementing the interface that are detail rows.
Gets an individual row value for the specified column.
An object implementing the interface that specifies the column.
An individual row value.
Gets an individual row value by the column index.
A zero-based integer that specifies the column index.
An individual row value.
Gets an individual row value by the column name.
A value that specifies the column name.
An individual row value.
Gets an individual row value by the column index.
A zero-based integer that specifies the column index.
An individual row value.
Gets an individual row value by the column name.
A value that specifies the column name.
An individual row value.
A table from the data set.
Gets the collection of columns that belong to the current table.
A collection of objects implementing the interface that are columns belonging to the current table.
Gets the collection of master-detail relations of the current table.
A collection of objects implementing the interface that are master-detail relations of the current table.
Gets the specified column from the current table by its index.
A zero-based integer value that specifies the index of the required column.
An object implementing the interface that is the column from the current table.
Gets the specified column from the current table by name.
A value that specifies the name of the required column.
An object implementing the interface that is the column from the current table.
Gets the specified master-detail relation of the current table.
A value that specifies the name of the required master-detail relation.
An object implementing the interface that is the master-detail relation of the current table.
Gets an individual row by its index.
A zero-based integer that specifies the index of the row.
An object implementing the interface that is the row from the table.
Gets the name of the table.
A value that is the name of the table.
Returns a column with the specified name using the column parameter.
A value that specifies the column name.
An object implementing the interface that is the column with the specified name.
true, if the column with the specified name exists; otherwise, false.
Returns a master-detail relation with the specified name using the relation parameter.
A value that specifies the name of the master-detail relation.
An object implementing the interface that is the master-detail relation with the specified name.
true, if the master-detail relation with the specified name exists; otherwise, false.
The exception occurring after a data source connection has failed.
Initializes a new instance of the class with the specified message and exception details.
A value, specifying the message displayed when a database connection fails.
A object, specifying the error details.
Initializes a new instance of the class with the specified message.
A value, specifying the message displayed when a database connection fails.
An object schema that is used to manage database objects (e.g., objects or their descendants).
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified settings.
An array of objects.
Initializes a new instance of the class with the specified settings.
An array of objects.
An array of objects.
An array of objects.
Initializes a new instance of the class.
An array of objects representing tables that will be included in the . This value is assigned to the DBSchema.Tables property.
An array of objects representing views that will be included in the . This value is assigned to the DBSchema.Views property.
Gets stored procedures included in the .
A value.
Gets tables included in the .
An array of objects representing tables included in the .
Gets views included in the .
An array of objects representing views included in the .
Provides a default implementation of the interface exposing virtual methods, which you can override in derived classes.
Initializes a new instance of the class with the default settings.
Returns the stored procedures corresponding to a specific data connection.
An object, specifying a connection to a data store.
An array of values, specifying the stored procedures to request.
An array of objects.
Returns the data tables corresponding to a specific data connection.
An object, specifying a connection to a data store.
An array of values, specifying the data tables to request.
An array of objects.
Returns the data views corresponding to a specific data connection.
An object, specifying a connection to a data store.
An array of values, specifying the data views to request.
An array of objects.
Loads columns from the specified tables.
An object, specifying a connection to a data store.
An array of objects, specifying tables that contain the columns to load.
An exception thrown when trying to select a column that has already been selected.
Initializes a new instance of the class with the specified settings.
A value, specifying the table actual name.
A value, specifying the column actual name.
Indicates the column with a specified name.
A value, specifying the actual column name.
Indicates the table that contains the column with a specified name.
A value, specifying the actual table name.
An exception thrown when trying to select a table that has already been selected.
Initializes a new instance of the class with the specified settings.
A value, specifying the table actual name.
Indicates the table that has an ambiguous name.
A value, specifying the actual table name.
The base for classes that provide expression functionality to .
Specifies the aggregate function.
An enumeration value.
An exception thrown when a query contains an expression that does not reference either a column or custom expression.
Initializes a new instance of the class with the default settings.
An exception thrown when an expression string is null.
Initializes a new instance of the class with the default settings.
An exception thrown when a query contains a filter criteria that references a column with an ambiguous name.
Initializes a new instance of the class with the specified settings.
A value, specifying the column name.
An array of values, specifying the table names.
Indicates the column that was used as a filter criteria and has an ambiguous name.
A value, specifying the column name.
Indicates the tables that contain a column that was used as a filter criteria and has an ambiguous name.
A collection of values, specifying the table names.
An exception thrown when a query has a filter criteria that is not contained in any of the selected tables.
Initializes a new instance of the class with the specified settings.
A value, specifying the column name.
Indicates the column that was used as a filter criteria and belongs to a table that has not been selected.
A value, specifying the column name.
An exception thrown when a query has a filter criteria that is missing in the data source schema.
Initializes a new instance of the class with the specified settings.
A value, specifying the table name.
A value, specifying the column name.
Indicates the column that was used as a filter criteria and is missing in the data source schema.
A value, specifying the column name.
Indicates the table that has been filtered by a column that is missing in the data source schema.
A value, specifying the table name.
Specifies the grouping options of a .
Initializes a new instance of the class with the default settings.
Specifies the grouping expression.
An descendant.
An exception thrown when a query has a grouping criteria that is an aggregate column.
Initializes a new instance of the class with the specified settings.
A value, specifying the table name.
A value, specifying the column name.
Indicates the aggregate column that has been used as a grouping criteria.
A value, specifying the column name.
Indicates the table that has been grouped by an aggregate column.
A value, specifying the table name.
An exception thrown when a query has a grouping criteria and some of the selected columns have not been assigned an aggregate expression.
Initializes a new instance of the class with the default settings.
Obsolete. Use the corresponding functionality of the class instead.
Initializes a new instance of the class.
Initializes a new instance of the class based on the existing object.
A object.
Initializes a new instance of the class.
A value that specifies the table name.
A value that specifies the name of the column by whose values the result set is grouped.
Gets or sets the name of the column by whose values the result set is grouped.
A value that specifies the name of the column by whose values the result set is grouped.
Gets or sets the table name.
A value that specifies the name of the table.
Obsolete. Use the corresponding functionality of the class instead.
Initializes a new instance of the class.
Initializes a new instance of the class based on the existing object.
A object.
Initializes a new instance of the class.
A collection of objects to be added to the .
Initializes a new instance of the class.
An integer value that specifies the number of elements that the collection can contain.
Adds a new object to the collection based on the table and column names.
A value that specifies the table name.
A value that specifies the name of the column by whose values the result set is grouped.
Adds an array of objects to the collection.
An array of objects containing settings used to group the result set of the specified by the specified column(s).
Removes the specified object from the collection based on the table and column names
A value that specifies the table name.
A value that specifies the name of the column by whose values the result set is grouped.
An exception thrown when a query has a grouping criteria that is null.
Initializes a new instance of the class with the default settings.
An exception thrown when a query contains group filtering criteria and the data is not actually grouped.
Initializes a new instance of the class with the default settings.
Allows you to intercept commands sent to a relational database.
Creates and returns a command for the current connection.
A value that specifies the query name.
An SQL statement to execute against a data source.
Allows you to intercept operations on a connection to a database.
Called after an SQL provider opens a database connection with the settings specified by the connection string.
The connection name. This value is assigned to the SqlDataSource.ConnectionName property.
The open connection to a data source.
Called just before an SQL provider intends to open a database connection with the settings specified by the connection string.
The connection name. This value is assigned to the SqlDataSource.ConnectionName property.
The open connection to a data source.
Provides the capability to customize the database schema.
Returns the stored procedures corresponding to a specific data connection.
An object, specifying a connection to a data store.
An array of values, specifying the stored procedures to request.
An array of objects.
Returns the data tables corresponding to a specific data connection.
An object, specifying a connection to a data store.
An array of values, specifying the data tables to request.
An array of objects.
Returns the data views corresponding to a specific data connection.
An object, specifying a connection to a data store.
An array of values, specifying the data views to request.
An array of objects.
Loads columns from the specified tables.
An object, specifying a connection to a data store.
An array of objects, specifying tables that contain the columns to load.
An exception thrown when a query contains a relation for which not all required information has been provided.
Initializes a new instance of the class with the specified settings.
A object.
Obsolete. Initializes a new instance of the class with the specified settings.
A object.
Indicates the relation that does not contain all the required information.
A object.
Obsolete. Use the IncompleteRelationValidationException.Join property instead.
A object.
An exception thrown when a query contains an invalid expression.
Initializes a new instance of the class with the specified settings.
A value, specifying the expression.
A object.
Initializes a new instance of the class with the specified settings.
A value, specifying the expression.
Indicates the invalid expression string.
A value, specifying the expression.
If implemented, enables you to obtain and customize a data source schema.
Returns the result schema corresponding to a specified custom SQL.
A object.
A object.
A object.
A collection of objects.
A value.
Returns the result schema corresponding to a specified SELECT query.
A object.
A object.
A object.
A object.
A collection of objects.
A value.
Returns the result schema corresponding to a specified stored procedure.
A object.
A object.
A object.
A value.
A relation between two data tables created using a join operation in a .
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with specified settings.
A parent table.
A nested table.
The join operation type
An array of columns relations.
Initializes a new instance of the class with the specified settings.
A object, corresponding to the parent table.
A object, corresponding to the nested table.
A enumeration value.
A collection of objects.
Provides access to the key columns of a data relation.
An array of objects.
Specifies the nested table.
A , corresponding to the nested table in a data relation.
Specifies the parent table.
A , corresponding to the parent table in a data relation.
Specifies the join operation type.
The join operation type.
Converts the join operation to a string.
The join operation converted to a string.
Specifies the type of a join operation.
A enumeration value.
Identifies the master-detail relationship defined by associated SQL queries.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified settings.
A value, specifying the master query name. This value is assigned to the MasterDetailInfo.MasterQueryName property.
A value, specifying the detail query name. This value is assigned to the MasterDetailInfo.DetailQueryName property.
A object. This value is assigned to the MasterDetailInfo.KeyColumns property.
Initializes a new instance of the class with the specified settings.
A value, specifying the master query name. This value is assigned to the MasterDetailInfo.MasterQueryName property.
A value, specifying the detail query name. This value is assigned to the MasterDetailInfo.DetailQueryName property.
A collection of objects. This value is assigned to the MasterDetailInfo.KeyColumns property.
Initializes a new instance of the class with the specified settings.
A value, specifying the master query name. This value is assigned to the MasterDetailInfo.MasterQueryName property.
A value, specifying the detail query name. This value is assigned to the MasterDetailInfo.DetailQueryName property.
A object. This value is assigned to the MasterDetailInfo.KeyColumns property.
A object. This value is assigned to the MasterDetailInfo.KeyColumns property.
Initializes a new instance of the class with the specified settings.
A value, specifying the master query name. This value is assigned to the MasterDetailInfo.MasterQueryName property.
A value, specifying the detail query name. This value is assigned to the MasterDetailInfo.DetailQueryName property.
Specifies the detail query name of the master-detail relationship.
A value, specifying the detail query name.
Generates the default name for the master-detail relationship.
A value, specifying the relationship name.
Returns detailed information about the master-detail relationship, including the queries that are related and their corresponding key columns.
A value, describing the master-detail relationship.
Indicates whether or not the name of a master-detail relationship has been specified.
true if the relationship has been provided with a custom name; otherwise false.
Provides access to the collection of key columns defined for the master-detail relationship.
A collection of objects.
Specifies the master query name of the master-detail relationship.
A value, specifying the master query name.
Specifies the relationship name.
A value, specifying the relation name.
Returns the textual representation of .
A value.
A collection of objects.
Adds the specified master-detail relation to the collection.
A value, specifying the name of the master query.
A value, specifying the name of the detail query.
A collection of objects.
Adds the specified master-detail relation to the collection.
A value, specifying the name of the master query.
A value, specifying the name of the detail query.
A value, specifying the key column of the master query.
A value, specifying the key column of the detail query.
Appends an array of objects to the collection.
An array of objects to append to the collection.
Provides access to an individual item in the collection by its name.
A value, specifying the data relation name.
A object.
Indicates the SQL data source to which the collection of master-detail relations belongs.
A object that is the owner of the collection.
An exception thrown when a negative SelectQuery.Top or SelectQuery.Skip value has been specified.
Initializes a new instance of the class with the default settings.
An exception thrown when no columns have been selected for any of the selected tables.
Initializes a new instance of the class with the default settings.
An exception thrown when a query contains a relation for which no key columns have been specified.
Initializes a new instance of the class with the specified settings.
A object.
Obsolete. Initializes a new instance of the class with the specified settings.
A object.
Indicates the relation that does not contain information about key columns.
A object.
Obsolete. Use the NoRelationColumnsValidationException.Join property instead.
A object.
An exception thrown when no tables have been selected by a query.
Initializes a new instance of the class with the default settings.
An exception thrown when a grouping and/or aggregate expression has not been applied to each of the selected columns.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with specified settings.
An exception thrown when a query execution has failed.
Initializes a new instance of the class with the specified settings.
A value, specifying the query name.
A object.
Indicates the query that has not been executed.
A value, specifying the query name.
A parameter passed to a .
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified settings.
A value, specifying the parameter name.
A value, specifying the parameter type.
A value, specifying the parameter value.
The total number of records in selected data tables or in each group.
Initializes a new instance of the class with the default settings.
Stores the master and nested keys of a data relation column.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified settings.
A value, specifying the parent key column name. This value is assigned to the RelationColumnInfo.ParentKeyColumn property.
A value, specifying the nested key column name. This value is assigned to the RelationColumnInfo.NestedKeyColumn property.
A enumeration value.
Initializes a new instance of the class with the specified settings.
A value, specifying the parent key column name. This value is assigned to the RelationColumnInfo.ParentKeyColumn property.
A value, specifying the nested key column name. This value is assigned to the RelationColumnInfo.NestedKeyColumn property.
Specifies the condition applied to the current column.
A enumeration value.
Specifies the name of the nested key column in a master-detail relation.
A value, specifying the name of the nested key column.
Specifies the name of the parent key column in a master-detail relation.
A value, specifying the name of the parent key column.
An exception thrown when a key column of a data relation is missing in the data source schema.
Initializes a new instance of the class with the specified settings.
A value, specifying the table name.
A value, specifying the column name.
Indicates the key column that is missing in the data source schema.
A value, specifying the column name.
Indicates the table containing a key column that is missing in the data source schema.
A value, specifying the table name.
An exception thrown when the key column of a data relation is null.
Initializes a new instance of the class with the default settings.
An exception thrown when attempting to assign a data relation to unrelated columns.
Initializes a new instance of the class with the specified settings.
A value, specifying the master table name.
A value, specifying the master key column name.
A enumeration value, specifying the master column’s property type.
A value, specifying the detail table name.
A value, specifying the detail key column name.
A enumeration value, specifying the detail column’s property type.
Indicates the detail key column specified for an invalid relation.
A value, specifying the detail column key.
Indicates the detail table specified for an invalid relation.
A value, specifying the detail table name.
Indicates the detail column’s property type.
A enumeration value.
Indicates the master key column specified for an invalid relation.
A value, specifying the master column key.
Indicates the master table specified for an invalid relation.
A value, specifying the master table name.
Indicates the master column’s property type.
A enumeration value.
Obsolete. Use the corresponding functionality of the class instead.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified tables and a key column.
A value, specifying the parent table name. This value is assigned to the RelationInfo.ParentTable property.
A value, specifying the nested table name. This value is assigned to the RelationInfo.NestedTable property.
A object. This value is assigned to the RelationInfo.KeyColumns property.
Initializes a new instance of the class with the specified settings.
A value, specifying the parent table name. This value is assigned to the RelationInfo.ParentTable property.
A value, specifying the nested table name. This value is assigned to the RelationInfo.NestedTable property.
A enumeration value. This value is assigned to the RelationInfo.JoinType property.
A object. This value is assigned to the RelationInfo.KeyColumns property.
Initializes a new instance of the class with the specified settings.
A value, specifying the parent table name. This value is assigned to the RelationInfo.ParentTable property.
A value, specifying the nested table name. This value is assigned to the RelationInfo.NestedTable property.
A enumeration value. This value is assigned to the RelationInfo.JoinType property.
A collection of objects, specifying the parent column keys. This value is assigned to the RelationInfo.KeyColumns property.
Initializes a new instance of the class with the specified settings.
A value, specifying the parent table name. This value is assigned to the RelationInfo.ParentTable property.
A value, specifying the nested table name. This value is assigned to the RelationInfo.NestedTable property.
A enumeration value. This value is assigned to the RelationInfo.JoinType property.
A collection of objects, specifying the parent column keys. This value is assigned to the RelationInfo.KeyColumns property.
A collection of objects, specifying the nested column keys. This value is assigned to the RelationInfo.KeyColumns property.
Initializes a new instance of the class with the specified tables and join type.
A value, specifying the parent table name. This value is assigned to the RelationInfo.ParentTable property.
A value, specifying the nested table name. This value is assigned to the RelationInfo.NestedTable property.
A enumeration value. This value is assigned to the RelationInfo.JoinType property.
Initializes a new instance of the class with the specified tables and key columns.
A value, specifying the parent table name. This value is assigned to the RelationInfo.ParentTable property.
A value, specifying the nested table name. This value is assigned to the RelationInfo.NestedTable property.
A collection of objects. This value is assigned to the RelationInfo.KeyColumns property.
Initializes a new instance of the class with the specified tables and their key columns.
A value, specifying the parent table name. This value is assigned to the RelationInfo.ParentTable property.
A value, specifying the nested table name. This value is assigned to the RelationInfo.NestedTable property.
A collection of objects, specifying the parent column keys. This value is assigned to the RelationInfo.KeyColumns property.
A collection of objects, specifying the nested column keys. This value is assigned to the RelationInfo.KeyColumns property.
Initializes a new instance of the class with the specified parent and nested tables.
A value, specifying the parent table name. This value is assigned to the RelationInfo.ParentTable property.
A value, specifying the nested table name. This value is assigned to the RelationInfo.NestedTable property.
Specifies the type of the Join statement that is used to obtain data records from two or more datasource tables.
A enumeration value.
Returns the list of objects assigned to the current .
A DevExpress.DataAccess.Sql.RelationColumnInfoList object.
Specifies the nested table name.
A value, specifying the nested table name.
Specifies the parent table name.
A value, specifying the parent table name.
Returns the textual representation of .
A value.
Obsolete. Use the corresponding functionality of the class instead.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified settings.
A collection of objects.
Initializes a new instance of the class with the specified capacity.
An integer value, specifying the total number of elements that a list can hold without resizing.
Appends an array of master-detail relations to the .
An array of objects to append to the collection.
An exception thrown when a data relation is null.
Initializes a new instance of the class with the default settings.
An exception thrown when a data relation references a table that has not been selected.
Initializes a new instance of the class with the specified settings.
A value, specifying the table actual name.
Indicates the table that has not been selected.
A value, specifying the actual table name.
The default implementation of the interface.
Initializes a new instance of the class with the default settings.
Returns the result schema corresponding to a specified custom SQL.
A object.
A object.
A object.
A collection of objects.
A value.
Returns the result schema corresponding to a specified SELECT query.
A object.
A object.
A object.
A object.
A collection of objects.
A value.
Returns the schema of a result set returned by the specified stored procedure.
A object.
A object.
A object.
A collection of report parameters.
A value.
A set of columns (from a single table or multiple joined tables) that forms a SELECT statement when executing a query.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified name.
A value, specifying the query name.
Creates a relation between two data tables using an inner join operation.
A object, specifying the parent table.
A object, specifying the nested table.
An array of objects.
A object.
Creates a relation between two data tables. Allows you to specify the join operation type and columns relations that should be used to join the tables.
A parent table.
A nested table.
The join operation type.
An array of columns relations.
A relation between two data tables.
Creates a relation between two data tables. Allows you to specify the join operation type, table column names that should be used in the join operation, and the relational operator type that should be used to compare column values.
A parent table.
A nested table.
The join operation type.
The parent table column name.
The nested table column name.
The relational operator type.
A relation between two data tables.
Creates a relation between two data tables using a specified join operation.
A object, specifying the parent table.
A object, specifying the nested table.
A enumeration value, specifying the data relation.
An array of objects.
A object.
Creates a relation between two data tables using a specified join operation and logical condition.
A object, specifying the parent table.
A object, specifying the nested table.
A enumeration value, specifying the data relation.
A value, specifying the parent key column name.
A value, specifying the nested key column name.
A enumeration value.
A object.
Creates a relation between two data tables using a specified join operation.
A object, specifying the parent table.
A object, specifying the nested table.
A enumeration value, specifying the data relation.
A value, specifying the parent key column name.
A value, specifying the nested key column name.
A object.
Creates a relation between two data tables using a specified join operation.
A object, specifying the parent table.
A object, specifying the nested table.
A enumeration value, specifying the data relation.
A value, specifying the key column name.
A object.
Creates a relation between two data tables using an inner join operation and logical condition.
A object, specifying the parent table.
A object, specifying the nested table.
A value, specifying the parent key column name.
A value, specifying the nested key column name.
A enumeration value.
A object.
Creates a relation between two data tables using an inner join operation.
A object, specifying the parent table.
A object, specifying the nested table.
A value, specifying the parent key column name.
A value, specifying the nested key column name.
A object.
Creates a relation between two data tables using an inner join operation.
A object, specifying the parent table.
A object, specifying the nested table.
A value, specifying the key column name.
A object.
Selects a data table with the specified name and alias.
A value, specifying the table name.
A value, specifying the table alias.
A object.
Selects a data table with the specified name.
A value, specifying the table name.
A object.
Provides access to all columns included in the query result set.
A collection of descendants.
Specifies whether or not a query result set should include duplicate values.
true to select only distinct (different) values; otherwise false.
Specifies the criteria used to filter data returned by the current .
A value, specifying the filter criteria.
Returns the SQL string corresponding to the current .
A object.
A value, specifying the query string.
Groups a data table by the specified column.
A object.
A value, specifying the column name.
A object.
Groups a data table by the specified columns.
A object.
An array of values, specifying the column names.
Groups a data table by the specified expression.
A value, specifying the grouping expression.
A object.
Specifies the filter criteria to add to the current containing grouped/aggregated columns.
A value.
Provides access to all groups specified for the current query.
A collection of objects.
Provides access to all data relations specified for the current query.
A collection of objects.
Selects all columns in all data tables within the query.
An object.
Selects all columns in a specified data table.
A object.
An object.
Selects a specified column from a required data table by specifying an aggregate function and column alias.
A to which the obtained column belongs.
A value, specifying the column name.
An enumeration value.
A value, specifying the column alias.
A object.
Obtains a specified column from a data table.
A to which the obtained column belongs.
A value, specifying the column name.
A value, specifying the column alias (displayed name).
A object.
Selects a specified column from a required data table.
A to which the obtained column belongs.
A value, specifying the column name.
A object.
Selects specified columns from the required data table.
A to which the obtained column belongs.
An array of values, specifying the names of obtained columns.
Returns a column with a specified alias that includes rows selected based on a required expression and aggregate function.
A value, specifying the query expression.
An enumeration value.
A value, specifying the column alias.
A object.
Returns a column with a specified alias that includes rows selected based on the required expression.
A value, specifying the SQL expression.
A value, specifying the column alias (display name).
A object.
Extends a query’s result set with a column that specifies the row count in the requested table or, if there are groups in the table, - the rows count in each group.
A value specifying an alias to be used for the result set’s column.
A object that allows you to get the name of the result set’s column to then access this column.
Specifies the number of rows to skip in a returned query result set.
A non-negative integer value, specifying the number of rows to skip in a returned query result set (starting with the first data record).
Sorts a data table by a specified column in a required direction by applying an aggregate function.
A object.
A value, specifying the column name.
An enumeration value.
A enumeration value.
A object.
Sorts a data table by a specified column by applying an aggregate function.
A object.
A value, specifying the column name.
An enumeration value.
A object.
Sorts a data table by a specified column in a required direction.
A object.
A value, specifying the column name.
A enumeration value.
A object.
Sorts a data table by a specified column.
A object.
A value, specifying the column name.
A object.
Sorts a data table by a specified expression and aggregate function in a required direction.
A value, specifying the sorting expression.
An enumeration value.
A enumeration value.
A object.
Sorts a data table by a specified expression in a required direction.
A value, specifying the sorting expression.
A enumeration value.
A object.
Sorts a data table by a specified expression.
A value, specifying the sorting expression.
A object.
Provides access to all sorting criteria specified for the current query.
A collection of objects.
Provides access to all tables selected by the current query.
A collection of objects.
Specifies the number of rows returned in the query result set.
A non-negative integer value, specifying the number of selected records (starting with the first data record).
Checks the validity of the .
Checks the validity of the against a specified schema.
A object.
Provides methods that can be chained within a single statement specifying a .
Selects a data table with the specified name and alias.
A value, specifying the table name.
A value, specifying the table alias.
A object.
Selects a data table with the specified name.
A value, specifying the table name.
A object.
Ends the chain of methods specified for a .
A value, specifying the query name.
A object.
Indicates that a query result set should include only distinct (different) values.
A object.
Specifies the criteria used to filter data returned by the current query.
A value, specifying the filter criteria.
A object.
Groups the data table by a specified column. These columns are obtained from the last table added by the SelectQueryFluentBuilder.AddTable or SelectQueryFluentBuilder.Join method.
A value, specifying the column name.
A object.
Groups the data table by the specified columns. These columns are obtained from the last table added by the SelectQueryFluentBuilder.AddTable or SelectQueryFluentBuilder.Join method.
An array of values, specifying the column names.
A object.
Specifies the filter criteria to add to the current query containing grouped/aggregated columns.
A value, specifying the filter criteria.
A object.
Performs an inner join operation with the specified options.
A value, specifying the name of a resulting table.
An array of objects.
A object.
Joins two tables. Allows you to specify the join operation type and columns relations by which the tables should be joined.
The name of the table with which the current table of the query builder should be joined.
The join operation type.
An array of column relations.
A query builder that contains the join operation result.
Joins two tables. Allows you to specify the join operation type, column names by which the tables should be joined, and a relational operation that should be used to compare column values.
The name of the table with which the current table of the query builder should be joined.
The type of the join operation.
A parent column name.
A nested column name.
The relational operator type.
A query builder that contains the join operation result.
Joins two tables. Allows you to specify a table alias, the join operation type, column names by which the tables should be joined, and a relational operation that should be used to compare column values.
The name of the table (nested table) with which the current table (parent table) of the query builder should be joined.
The join operation type.
A table alias.
The parent table column name.
The nested table column name.
The relational operator type.
A query builder that contains the join operation result.
Joins two tables. Allows you to specify the join operation type and column names by which the tables should be joined.
The name of the table (nested table) with which the current table (parent table) of the query builder should be joined.
The join operation type.
The parent table column name.
The nested table column name.
A query builder that contains the join operation result.
Joins two tables. Allows you to specify the join operation type and a column name by which the tables should be joined.
The name of the table with which the current table of the query builder should be joined.
The join operation type.
The name of a column that is used to join the tables.
A query builder object that contains the join operation result.
Performs a specified join operation.
A value, specifying the name of a resulting table.
A enumeration value.
An array of objects.
A object.
Performs a specified join operation.
A value, specifying the name of a resulting table.
A enumeration value.
A value, specifying the parent column name.
A value, specifying the nested column name.
A enumeration value.
A object.
Performs a specified join operation.
A value, specifying the name of a resulting table.
A enumeration value.
A value, specifying the alias of a resulting table.
A value, specifying the parent column name.
A value, specifying the nested column name.
A enumeration value.
A object.
Performs a specified join operation.
A value, specifying the name of a resulting table.
A enumeration value.
A value, specifying the parent column name.
A value, specifying the nested column name.
A object.
Performs a specified join operation.
A value, specifying the name of a resulting table.
A enumeration value.
A value, specifying the key column name. This value identifies two columns that must have similar names in both tables. To join tables by key columns having different names, use another Join overload.
A object.
Performs an inner join operation with the specified options.
A value, specifying the name of a resulting table.
A value, specifying the alias of a resulting table.
An array of objects.
A object.
Joins two tables. Allows you to specify a table alias, the join operation type, and columns relations by which the tables should be joined.
The name of the table with which the current table of the query builder should be joined.
A table alias.
The join operation type.
An array of column relations.
A query builder that contains the join operation result.
Joins two tables. Allows you to specify a table alias, the join operation type, and column names by which the tables should be joined.
The name of the table (nested table) with which the current table (parent table) of the query builder should be joined.
A table alias.
The join operation type.
The parent table column name.
The nested table column name.
A query builder object that contains the join operation result.
Joins two tables. Allows you to specify a table alias, the join operation type, and a column name by which the tables should be joined.
The name of the table with which the current table of the query builder should be joined.
A table alias.
The join operation type.
The name of a column that is used to join the tables.
A query builder that contains the join operation result.
Performs a specified join operation.
A value, specifying the name of a resulting table.
A value, specifying the alias of a resulting table.
A enumeration value.
An array of objects.
A object.
Performs a specified join operation.
A value, specifying the name of a resulting table.
A value, specifying the alias of a resulting table.
A enumeration value.
A value, specifying the parent column name.
A value, specifying the nested column name.
A object.
Performs a specified join operation.
A value, specifying the name of a resulting table.
A value, specifying the alias of a resulting table.
A enumeration value.
A value, specifying the key column name. This value identifies two columns that must have similar names in both tables. To join tables by key columns having different names, use another Join overload.
A object.
Performs an inner join operation with the specified options.
A value, specifying the name of a resulting table.
A value, specifying the alias of a resulting table.
A value, specifying the parent column name.
A value, specifying the nested column name.
A object.
Performs an inner join operation with the specified options.
A value, specifying the name of a resulting table.
A value, specifying the parent column name.
A value, specifying the nested column name.
A object.
Performs an inner join operation with the specified options.
A value, specifying the name of a resulting table.
A value, specifying the key column name. This value identifies two columns that must have similar names in both tables. To join tables by key columns having different names, use another Join overload.
A object.
Selects all columns in all data tables within the query.
A object.
Selects all columns from the associated table. These columns are obtained from the last table added by the SelectQueryFluentBuilder.AddTable or SelectQueryFluentBuilder.Join method.
A object.
Selects a specified column from the last table added by the SelectQueryFluentBuilder.AddTable or SelectQueryFluentBuilder.Join method.
A value, specifying the column name.
An enumeration value.
A value, specifying the column alias.
A object.
Selects a specified column from the last table added by the SelectQueryFluentBuilder.AddTable or SelectQueryFluentBuilder.Join method.
A value, specifying the column name.
A value, specifying the column alias.
A object.
Selects a specified column from the last table added by the SelectQueryFluentBuilder.AddTable or SelectQueryFluentBuilder.Join method.
A value, specifying the column name.
A object.
Selects the specified columns from the last table added by the SelectQueryFluentBuilder.AddTable or SelectQueryFluentBuilder.Join method.
An array of values, specifying the column names.
A object.
Returns a column with a specified alias that includes rows selected based on a required expression.
A value, specifying the query expression.
An enumeration value.
A value, specifying the column alias.
A object.
Returns a column with a specified alias that includes rows selected based on a required expression.
A value, specifying the query expression.
A value, specifying the column alias.
A object.
Extends a query’s result set with a column that specifies the row count in the requested table or, if there are groups in the table, - the rows count in each group.
A value specifying an alias to be used for the result set’s column.
A object that can be used to further configure the SELECT statement.
Specifies the number of rows to skip in a returned query result set.
A non-negative integer value, specifying the number of rows to skip in a returned query result set (starting with the first data record).
A object.
Sorts the result set by a specified column in a required direction by applying an aggregate function. This column is obtained from the last table added by the SelectQueryFluentBuilder.AddTable or SelectQueryFluentBuilder.Join method.
A value, specifying the column name.
An enumeration value.
A enumeration value.
A object.
Sorts the result set by a specified column by applying an aggregate function. This column is obtained from the last table added by the SelectQueryFluentBuilder.AddTable or SelectQueryFluentBuilder.Join method.
A value, specifying the column name.
An enumeration value.
A object.
Sorts the result set by a specified column in a required direction. This column is obtained from the last table added by the SelectQueryFluentBuilder.AddTable or SelectQueryFluentBuilder.Join method.
A value, specifying the column name.
A enumeration value.
A object.
Sorts the result set by a specified column. This column is obtained from the last table added by the SelectQueryFluentBuilder.AddTable or SelectQueryFluentBuilder.Join method.
A value, specifying the column name.
A object.
Sorts the result set by specified columns. These columns are obtained from the last table added by the SelectQueryFluentBuilder.AddTable or SelectQueryFluentBuilder.Join method.
An array of values, specifying the column names.
A object.
Sorts the result set by a specified expression and aggregate function in a required direction.
A value, specifying the sorting expression.
An enumeration value.
A enumeration value.
A object.
Sorts the result set by a specified expression in a required direction.
A value, specifying the sorting expression.
A enumeration value.
A object.
Sorts the result set by a specified expression.
A value, specifying the sorting expression.
A object.
Specifies the number of rows returned in the query result set.
A non-negative integer value, specifying the number of selected records (starting with the first data record).
A object.
An exception thrown when specifying the SelectQuery.Skip property without sorting the corresponding table.
Initializes a new instance of the class with the default settings.
An exception thrown when a query contains a sorting criterion that is an aggregate column.
Initializes a new instance of the class with the specified settings.
A object.
Initializes a new instance of the class with the specified settings.
A object.
Indicates the expression that attempted sorting by an aggregate column.
An descendant.
Specifies the sorting options of a .
Initializes a new instance of the class with the default settings.
Specifies the sorting direction.
A enumeration value.
Specifies the sorting expression.
An descendant.
An exception thrown when the same sorting criterion has been applied multiple times.
Initializes a new instance of the class with the specified settings.
A value, specifying the table name.
A value, specifying the column name.
Indicates the column that has been used as a sorting criteria multiple times.
A value, specifying the column name.
Indicates the table that has been sorted multiple times by the same column.
A value, specifying the table name.
Obsolete. Use the corresponding functionality of the class instead.
Initializes a new instance of the class.
Initializes a new instance of the class based on the existing object.
A object.
Initializes a new instance of the class.
A value that specifies the table name.
A value that specifies the name of the column by whose values the result set is sorted.
A SortingDirection object that specifies the sort order.
Initializes a new instance of the class.
A value that specifies the table name.
A value that specifies the name of the column by whose values the result set is sorted.
Gets or sets the name of the column by whose values the result set is sorted.
A value that specifies the name of the column by whose values the result set is sorted.
Gets or sets the sort order.
A SortingDirection object that specifies the sort order.
Gets or sets the table name.
A value that specifies the name of the table.
Obsolete. Use the corresponding functionality of the class instead.
Initializes a new instance of the class.
Initializes a new instance of the class.
A collection of objects to be added to the .
Initializes a new instance of the class.
An integer value that specifies the number of elements that the collection can contain.
Adds a new object to the collection based on the table/column names and sorting direction.
A value that specifies the table name.
A value that specifies the name of the column by whose values the result set is sorted.
A SortingDirection object that specifies the sort order.
Adds a new object to the collection based on the table and column names.
A value that specifies the table name.
A value that specifies the name of the column by whose values the result set is sorted.
Adds an array of objects to the collection.
An array of objects containing sort settings used to order the result set of the specified by the specified column(s).
Removes the specified object from the collection based on the table and column names.
A value that specifies the table name.
A value that specifies the name of the column by whose values the result set is sorted.
true, if the specified element is successfully removed from the collection; otherwise, false.
An exception thrown when a query contains a sorting criterion that is null.
Initializes a new instance of the class with the default settings.
A connection to a .
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified settings.
An object.
A value, specifying the connection name.
A descendant.
Initializes a new instance of the class with the specified connection name and parameters.
A value, specifying the connection name. This value is assigner to the DataConnectionBase.Name property.
A descendant. This value is assigned to the SqlDataConnection.ConnectionParameters property.
Removes user credentials from the connection string generated for the current .
Closes the connection to a SQL data source.
Provides access to the data connection parameters of the .
A descendant, specifying the data connection parameters of the appropriate data provider.
Specifies the connection string of the .
A value, specifying the connection string.
For internal use.
A value.
Generates a connection string out of the connection parameters assigned to the .
A value, specifying the connection string.
Generates a connection string out of the connection parameters assigned to the (with or without including user credentials into the connection string).
true, to remove user credentials from the connection string; otherwise, false.
A value, specifying the connection string.
Creates an object that contains data connection parameters.
A descendant, specifying the connection parameters corresponding to the appropriate data provider.
Releases all resources used by .
Returns the schema of the data source that is connected using the current .
A object that is the data source schema.
Returns the schema of an SQL data source.
true, to load data tables along with their columns; otherwise, false.
A SchemaLoadingMode enumeration value.
A object.
Returns the schema of the data source that is connected using the current .
true, to load columns to the data source tables; otherwise, false.
A object that is the data source schema.
Returns the schema of the data source that is connected using the current .
An array of values that specify table names.
A object that is the data source schema.
Indicates whether or not the data connection is currently active.
true if the data connection is active; otherwise false.
Loads columns from the specified tables.
An array of objects specifying tables.
For internal use. Use the DataConnectionBase.CreateDataConnectionParameters method instead.
A value.
Identifies the data store provider.
A value, identifying the data store provider.
The data source that allows you to bind data-aware controls to a database (in read-only mode) using specified data connection options.
Initializes a new instance of the class with the specified connection parameters.
A descendant, specifying the data connection parameters. This value is assigned to the SqlDataSource.ConnectionParameters property.
Initializes a new instance of the class with the specified connection name.
A value, specifying the connection name in the App.config file. This value is assigned to the SqlDataSource.ConnectionName property.
Specifies whether or not custom SQL queries can be used to fill the .
true, to allow specifying custom SQL for the ; otherwise, false.The default is true.
Clears all data cached when filling the , preserving the information about the original structure of tables, columns and data relations.
Allows you to customize connection settings before connecting to a database.
Provides access to the data connection settings of the .
A object.
Fires after an attempt to establish a data connection has failed.
Specifies the name of a data connection in the App.config file.
A value that specifies the data connection name in the App.config file.
Provides access to the data connection options of the .
A object.
Specifies the data connection settings of the .
A descendant that specifies the connection parameters of the .
Allows you to include WHERE clauses in SQL queries.
Gets the schema of the connected SQL data source.
A object that is the schema of the connected SQL data source.
Gets or sets whether the validation of custom SQL queries is performed.
Security note: For security reasons, custom SQL queries that contain only SELECT statements are permitted. Read the following topic for information: Database Security.
true, to disable the validation of custom SQL queries; otherwise, false. The default is false.
Validates and executes all valid queries available in the SqlDataSource.Queries collection.
Validates and executes the specified queries with the required parameters.
A collection of objects implementing the interface.
An array of values, specifying the queries to fill.
Validates and executes all valid queries available in the SqlDataSource.Queries collection with the specified parameters.
A collection of objects implementing the interface.
Validates and executes the specified queries.
An array of values, specifying the queries to fill.
Populates the in an asynchronous manner.
A task that populates the data source.
Populates the in an asynchronous manner, passes external parameters to the data source, and uses the cancellationToken parameter to send the cancellation signal. You can specify which queries to execute in order to populate the data source.
External parameters passed to the data source.
Queries to execute in order to populate the data source.
A cancellation token that the task observes.
A task that populates the data source.
Populates the in an asynchronous manner and passes external parameters to the data source. You can specify which queries to execute in order to populate the data source.
External parameters passed to the data source.
Queries to execute in order to populate the data source.
A task that populates the data source.
Populates the in an asynchronous manner, passes external parameters to the data source, and uses the cancellationToken parameter to send the cancellation signal.
External parameters passed to the data source.
A cancellation token that the task observes.
A task that populates the data source.
Populates the in an asynchronous manner and passes external parameters to the data source.
External parameters passed to the data source.
A task that populates the data source.
Populates the in an asynchronous manner and uses the cancellationToken parameter to send the cancellation signal. You can specify which queries to execute in order to populate the data source.
Queries to execute in order to populate the data source.
A cancellation token that the task observes.
A task that populates the data source.
Populates the in an asynchronous manner. You can specify which queries to execute in order to populate the data source.
Queries to execute in order to populate the data source.
A task that populates the data source.
Populates the in an asynchronous manner and uses the cancellationToken parameter to send the cancellation signal.
A cancellation token that the task observes.
A task that populates the data source.
Use the ConnectionOptions.CloseConnection property instead.
Loads the SQL data source schema definition from XML.
A value containing an XML definition of the data source schema.
Provides access to the collection of queries defined for the .
A object.
Validates and updates the result schema available on the client after query execution (it can be accessed using the SqlDataSource.Result property). This command does not affect the actual database schema on the server.
Validates and updates the result schema available on the client after query execution with the specified parameters (the result schema can be accessed using the SqlDataSource.Result property). This command does not affect the actual database schema on the server.
A collection of objects implementing the interface.
Validates and updates the result schema available on the client with the specified queries and parameters after confirming the execution of associated queries (the result schema can be accessed using the SqlDataSource.Result property). This command does not affect the actual database schema on the server.
A method that defines a set of criteria to determine whether or not the specified strings have been executed.
A collection of objects implementing the interface.
A collection of objects.
Validates and updates the result schema available on the client with the specified parameters after confirming the execution of associated queries (the result schema can be accessed using the SqlDataSource.Result property). This command does not affect the actual database schema on the server.
A method that defines a set of criteria to determine whether or not the specified strings have been executed.
A collection of objects implementing the interface.
Validates and updates the result schema available on the client after confirming the execution of associated queries (the result schema can be accessed using the SqlDataSource.Result property). This command does not affect the actual database schema on the server.
A method that defines a set of criteria to determine whether or not the specified strings have been executed.
Provides access to the collection of master-detail relations of the .
A object.
Gets a collection of tables and their relations from the current .
An object implementing the interface that is the collection of tables and their relations from the current .
Saves the XML definition of the SQL data source schema.
A value containing an XML definition of the data source schema.
Provides the capability to check the validity of the custom SQL query used to supply the data source with data.
Provides the capability to check the validity of the custom SQL query used to supply SQL data sources with data.
Lists values that specify the isolation level under which a Transact-SQL statement determines its locking and row versioning behavior.
The default isolation level of the database management system is used.
Transaction statements cannot read data that has been modified but not committed by other transactions.
A transaction retrieves data that has been modified but not committed by other transactions.
Transaction statements cannot read data that has been modified but not yet committed by other transactions. Other transactions cannot modify data that has been read by the current transaction until the current transaction is completed.
A transaction retrieves exactly the same data every time it repeats a read operation.
Specifies that data read by any statement in a transaction will be the transactionally consistent version of data that existed at the start of the transaction.
Lists SQL join types.
The full outer join type.
The inner join type.
The left outer join type.
The right outer join type.
A formalized description of a database query used to select data from .
Specifies the isolation level for SqlQuery.
The isolation level.
Specifies the query name.
A value, specifying the query name.
Provides access to the collection of parameters defined for the .
Returns the textual representation of .
A value.
Checks the validity of the .
Checks the validity of the .
A object that is the database schema.
A collection of objects in the .
Adds the specified query to the collection.
A object.
Appends an array of SQL queries to the .
An array of objects to append to the collection.
Appends a collection of SQL queries to the .
A collection of objects to append to the collection.
Checks whether or not a query with the specified name can be added to the .
A object.
Removes all items from the collection.
Determines whether or not the collection contains the specified SQL query.
A object to locate in the collection.
true if the specified query is a member of the collection; otherwise, false.
Indicates whether or not a query with the specified name exists in the .
A value, specifying the query name.
true if a query with the specified name exists in the collection; otherwise false.
Copies the entire SQL query collection to a one dimensional array starting at the specified index of the target array.
A one-dimensional array that is the destination for the objects copied from the collection.
An integer value, specifying the zero-based index in the target array at which copying begins.
Counts the SQL queries that are available in a collection.
An integer value, specifying the item count.
Generates the unique name for a SQL query within the collection.
A object.
A value, specifying the unique query name.
Returns the queries stored in the .
A collection of objects.
Returns the zero-based index of the specified SQL query in the collection.
A object to locate in the collection.
An integer value, indicating the position of the specified query in the collection.
Inserts the specified SQL query into the collection at the specified position.
An zero-based integer, specifying the item’s index position in the collection.
A object to insert into the collection.
Provides indexed access to individual items in the collection.
A zero-based integer value, specifying the item’s index position in the collection.
A object.
Provides access to an individual item in the collection by its name.
A value, specifying the query name.
A object.
Removes the specified query from the collection.
A object.
true if the specified query has been found and removed; otherwise false.
Removes the element at the specified index from the collection.
A zero-based integer, specifying the index of the object to remove.
An exception thrown when an SQL string is null or empty.
Initializes a new instance of the class with the default settings.
An exception thrown when a stored procedure name has not been specified.
Initializes a new instance of the class with the default settings.
An exception thrown when a referenced stored procedure is missing in the data source schema.
Initializes a new instance of the class with the specified stored procedure.
A object.
Initializes a new instance of the class with the specified stored procedure name.
A value, specifying the stored procedure name.
Provides access to the parameters of a stored procedure that is missing in the data source schema.
A collection of objects.
Provides access to the stored procedure that is missing in the data source schema.
A value, specifying the stored procedure name.
An exception thrown when there is a mismatch between the specified and expected number of parameters specified for a stored procedure.
Initializes a new instance of the class with the specified settings.
An integer value, specifying the actual number of parameters of a stored procedure.
An integer value, specifying the expected number of parameters of a stored procedure.
Indicates the actual number of parameters in a stored procedure.
An integer value, specifying the actual parameter count.
Indicates the expected number of parameters in a stored procedure.
An integer value, specifying the expected parameter count.
An exception thrown when there is a mismatch between the specified and expected stored procedure parameter names.
Initializes a new instance of the class with the specified settings.
A value, specifying the actual parameter name.
A value, specifying the expected parameter name.
Indicates the specified parameter name.
A value, specifying the actual parameter name.
Indicates the expected parameter name.
A value, specifying the expected parameter name.
An exception thrown when a stored procedure parameter is null.
Initializes a new instance of the class with the default settings.
An exception thrown when there is a mismatch between the specified and expected stored procedure parameter types.
Initializes a new instance of the class with the specified settings.
A value, specifying the actual parameter type. This value is assigned to the StoredProcParamTypeValidationException.Actual property.
A value, specifying the expected parameter type. This value is assigned to the StoredProcParamTypeValidationException.Expected property.
A value, specifying the parameter name. This value is assigned to the StoredProcParamTypeValidationException.ParameterName property.
Initializes a new instance of the class with the specified settings.
A value, specifying the actual parameter type. This value is assigned to the StoredProcParamTypeValidationException.Actual property.
A value, specifying the expected parameter type. This value is assigned to the StoredProcParamTypeValidationException.Expected property.
Indicates the specified parameter type.
A value, specifying the actual parameter type.
Indicates the expected parameter type.
A value, specifying the expected parameter type.
Indicates the parameter name.
A value, specifying the parameter name.
A stored procedure call.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified settings.
A value. This value is assigned to the SqlQuery.Name property.
A value. This value is assigned to the StoredProcQuery.StoredProcName property.
A collection of objects. This value is assigned to the SqlQuery.Parameters property.
Initializes a new instance of the class with the specified query and stored procedure.
A value. This value is assigned to the SqlQuery.Name property.
A value. This value is assigned to the StoredProcQuery.StoredProcName property.
Specifies the stored procedure to use in the query.
A value, specifying the stored procedure name.
Checks the validity of the .
Checks the validity of the .
A object that is the database schema.
A data table retrieved by an associated .
Initializes a new instance of the class with the default settings.
Indicates the name of the associated data table, as defined in the data source to which it belongs.
A value, identifying the data table.
Specifies the alias that is used to refer to a data table instead of its name.
A value, specifying the data table alias.
Indicates whether a data table is identified by its name or alias.
true if the data table is assigned an alias; otherwise false.
Specifies the name by which a data table is referred to in a database schema.
A value, specifying the data table name.
Obsolete. Use the corresponding functionality of the class instead.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified alias and name.
A value, specifying the table info name. This value is assigned to the TableInfo.Name property.
A value, specifying the table info alias. This value is assigned to the TableInfo.Alias property.
Initializes a new instance of the class with the specified name.
A value, specifying the table info name. This value is assigned to the TableInfo.Name property.
Indicates the name of the associated data table, as defined in the data source to which it belongs.
A value, identifying the data table associated with the current instance.
Specifies the alias that is used to refer to a data table instead of its name.
A value, specifying the data table alias.
Indicates whether a data table is identified by its name or alias.
true if the data table is assigned an alias; otherwise false.
Specifies the name by which a data table is referred to in a database schema.
A value, specifying the data table name.
Selects the specified column from the current table.
A value that specifies the name of the column.
A enumeration value that specifies the aggregation type applied to the column.
A that specifies the column alias.
A object that identifies the data column.
Selects the specified data column from the table.
A value, specifying the column name.
A object.
Selects the specified data column range from the table.
An array of values, specifying the column names.
Returns the list of data tables embodied in the .
A collection of objects, identifying the columns obtained from a data source as a query execution result.
Obsolete. Use the corresponding functionality of the class instead.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified settings.
A collection of objects.
Initializes a new instance of the class with the specified capacity.
An integer value, specifying the total number of elements that a list can hold without resizing.
Appends an array of data tables to the .
An array of objects to append to the collection.
An exception thrown when a query references a table that is missing in the data source schema.
Initializes a new instance of the class with the specified settings.
A value, specifying the table name.
Indicates the table that is missing in the data source schema.
A value, specifying the table name.
An exception thrown when a query references a column that is not contained in any of the selected tables.
Initializes a new instance of the class with the specified settings.
A object.
Indicates the table that has not been selected.
A object.
An exception thrown when a query references a table that is null.
Initializes a new instance of the class with the default settings.
Obsolete. Use the class instead.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified settings.
A value. This value is assigned to the SqlQuery.Name property.
Creates a master-detail relation between two data tables across the specified key columns.
A value, specifying the parent table name. This value is assigned to the RelationInfo.ParentTable property of the created object.
A value, specifying the nested table name. This value is assigned to the RelationInfo.NestedTable property of the created object.
A value, specifying the parent key column name. This value is assigned to the RelationColumnInfo.ParentKeyColumn property of the created object.
A value, specifying the nested key column name. This value is assigned to the RelationColumnInfo.NestedKeyColumn property of the created object.
A object, identifying the data relation.
Includes a data table with the specified name into the query.
A value, specifying the data table name. This value is assigned to the TableInfo.ActualName property of the associated object.
A object, identifying the data table.
Gets or sets the criteria used to filter data returned by the current .
A value that specifies the criteria used to filter data returned by the current TableQuery.
Returns the data table with the specified name.
A value, specifying the data table name.
A object, specifying the data table.
Returns the SQL query corresponding to the current .
A object that is the database schema.
A value that is the SQL query corresponding to the current .
Gets or sets the filter criteria to add to the SELECT statement of the containing grouped/aggregated columns.
A value, corresponding to the SELECT statement of the query.
Provides access to grouping settings used to group the result set of the current by the specified column(s) into a set of summary rows.
A object providing access to the collection of objects that specify grouping settings.
Provides access to the collection of data relations defined for the .
A value, specifying the collection of master-detail relations.
Gets or sets the number of rows to skip in a returned query result set.
An integer value that specifies the number of rows to skip in a returned query result set.
Provides access to sort settings used to order the result set of the current by the specified column(s).
A object providing access to the collection of objects that specify sort settings.
Provides access to the collection of data tables defined for the .
A value, specifying the collection of data tables.
Gets or sets the number of rows returned in the query result set.
An integer value that specifies the number of rows returned in the a query result set.
Checks the validity of the .
Checks the validity of the .
A object that is the data source schema.
An exception thrown when a query references multiple tables without specifying their relations.
Initializes a new instance of the class with the specified settings.
An array of values, specifying the table names.
Indicates the tables that are not related to one another.
A collection of values, specifying the table names.
An exception thrown when a query references a column without specifying its name.
Initializes a new instance of the class with the default settings.
An exception thrown when a query references a table without specifying its name.
Initializes a new instance of the class with the default settings.
The exception occurring after a query validation has failed.
Contains classes used to localize the UI that assists end-users in accessing data.
Provides the means to localize the user interface provided by Data Access library.
Initializes a new instance of the class with the default settings.
Gets or sets a localizer object providing localization of the user interface at runtime.
An descendant used to localize the user interface at runtime.
Returns an XtraLocalizer object representing default resources, based on the thread’s language and regional settings (culture).
A object representing resources based on the thread’s culture.
Returns an XtraLocalizer object representing resources based on the thread’s language and regional settings (culture).
An object representing resources based on the thread’s culture.
Gets the string, localized by the current , for the specified user interface element.
A enumeration value specifying the UI element whose caption (text) is to be localized.
A that is the text to be displayed within the specified UI element.
A default localizer to translate UI resources for the Data Access library.
Initializes a new instance of the class with the default settings.
Contains values corresponding to strings that can be localized.
Default value: “&Add”
Default value: “&Apply”
Default value: “Browse…”
Default value: “&Cancel”
Default value: “&Close”
Default value: “&Edit Relations…”
Default value: “&Finish”
Default value: “&Next”
Default value: “&OK”
Default value: “&Preview…”
Default value: “&Previous”
Default value: “&Run Query Builder…”
Default value: “&Remove”
Default value: “&Reset Schema…”
Default value: “Select stored procedures to add”
Default value: “Connection Editor”
Default value: “Connection name: {0}\r\nError message: {1}”
Default value: “Server type:”
Default value: “Internet”
Default value: “Local”
Default value: “Remote”
Default value: “Authentication type:”
Default value: “Key file”
Default value: “OAuth”
Default value: “Server authentication”
Default value: “Windows authentication”
Default value: “Client ID:”
Default value: “Client &library:”
Default value: “Client Secret:”
Default value: “Connection string:”
Default value: “Database:”
Default value: “Database List Loading Error”
Default value: “DataSet ID:”
Default value: “Hostname:”
Default value: “Key file name:”
Default value: “Oracle Data Provider:”
Default value: “Oracle Data Provider Managed:”
Default value: “Password:”
Default value: “Port:”
Default value: “Project ID:”
Default value: “Provider:”
Default value: “Refresh Token:”
Default value: “Server name:”
Default value: “Server type:”
Default value: “Embedded”
Default value: “Server”
Default value: “Service account email:”
Default value: “SSL &Mode:”
Default value: “Default”
Default value: “None”
Default value: “User name:”
Default value: “You are about to load a third-party library: ‘{0}’.\r\n\r\nBefore you proceed, please consider resulting security risks and make sure that this library is supplied from a trusted source.”
Default value: “Data Preview”
Default value: “Data source name: {0}”
Default value: “Entity Framework”
Default value: “Excel File”
Default value: “Data Federation”
Default value: “JSON”
Default value: “MongoDB”
Default value: “No Data”
Default value: “Object Binding”
Default value: “Database”
Default value: “XPO”
Default value: “The current security policy prohibits loading of third-party assemblies.\r\n\r\nClick OK to discard the current data source settings and configure them from scratch.\r\nClick Cancel to keep the current settings without configuring the data source”
Default value: “Entity Framework Data Connection Editor”
Default value: “Entity Framework Data Member Editor”
Default value: “Edit…”
Default value: “Entity Framework Data Source Editor”
Default value: “No stored procedures are available in the data context.”
Default value: “Entity Framework Filter Collection Editor”
Default value: “Add Filter Parameter”
Default value: “Filter Parameters”
Default value: “Manage Stored Procedures”
Default value: “Unable to load data into one or several datasources. See information below for details.”
Default value: “Edit…”
Default value: “Edit Schema…”
Default value: “Rebuild Result Schema”
Default value: “Excel Data Source Editor”
Default value: “Unable to locate file {0}.”
Default value: “Unable to locate file {0}.\r\nPlease specify a valid location and press OK to continue.”
Default value: “Defined Name”
Default value: “Table”
Default value: “Table”
Default value: “Worksheet”
Default value: “The expression string cannot be empty.”
Default value: “The expression contains errors.”
Default value: “Invalid property: ‘{0}’.”
Default value: “To view the errors, click the drop-down button in the editor’s status bar.”
Default value: “No suggestions”
Default value: “Expression Editor”
Default value: “Manage Queries”
Default value: “Federated Queries”
Default value: “Manage Queries…”
Default value: “Manage Relations…”
Default value: “Rebuild Result Schema”
Default value: “Alias is not unique”
Default value: “Join”
Default value: “Transform”
Default value: “Union”
Default value: “Union All”
Default value: “Query Type:”
Default value: “The "{0}.{1}" column was removed from the "{2}" data source. Remove this column from the federated query to proceed.”
Default value: “The "{0}" data source was removed. Remove the "{1}" table from the federated query to proceed.”
Default value: “The "{0}" table was removed from the "{1}" data source. Remove this table from the federated query to proceed.”
Default value: “Join result”
Default value: “Transformation node root: {0}”
Default value: “Transformation result”
Default value: “An error occurred during query validation: {0}\r\nUpdate the connection settings so that they match the database schema or discard this query.”
Default value: “Filter Editor”
Default value: “&Select only”
Default value: “Select only distinct values”
Default value: “&Filter”
Default value: “&Group Filter”
Default value: “This option is only available when the result set is sorted.”
Default value: “records starting with index”
Default value: “Join Editor”
Default value: “Join type:”
Default value: “<Select a column>”
Default value: “<Select a table>”
Default value: “Equals to”
Default value: “Some fields are empty. Please fill all empty fields or remove the corresponding conditions to proceed.”
Default value: “Is greater than”
Default value: “Is greater than or equal to”
Default value: “Is less than”
Default value: “Is less than or equal to”
Default value: “Does not equal to”
Default value: “Join Information”
Default value: “Edit…”
Default value: “Edit Schema…”
Default value: “JSON Data Source Editor”
Default value: “JSON Data Source Schema Editor”
Default value: “Error message:\r\n{0}\r\n”
Default value: “Data loading failed because the exception occurred.”
Default value: “Data loading has been aborted.”
Default value: “Connection name: {0}\r\nError message:\r\n{1}\r\n”
Default value: “Not enough memory to load data”
Default value: “SQL execution error:\r\n{0}\r\n”
Default value: “Create a new condition”
Default value: “Add a relation to the detail query”
Default value: “The ‘{0}’.’{1}’ and ‘{3}’.’{4}’ columns have different types ({2} and {5}). Do you wish to continue?”
Default value: “Edit Relations for the ‘{0}’ Query”
Default value: “Edit Relation”
Default value: “Master-Detail Relation Editor”
Default value: “Cannot find the specified column: "{0}". Specify an existing column name.”
Default value: “Cannot find the specified query: "{0}". Specify an existing query name before selecting a column.”
Default value: “Cannot find the specified query: "{0}". Specify an existing query name.”
Default value: “A relation with the specified name already exists.”
Default value: “{0} invalid relation(s)”
Default value: “The following errors occurred during query validation:{0}”
Default value: “Remove the condition”
Default value: “Remove the relation”
Default value: “Closing the Data Source Wizard will discard changes. Do you want to continue?”
Default value: “All your changes will be discarded if you close the Manage Queries dialog. Do you want to continue?”
Default value: “All your changes will be discarded if you close the Query Builder dialog. Do you want to continue?”
Default value: “Confirmation”
Default value: “Error”
Default value: “Warning”
Default value: “Error has occurred during loading databases list.”
Default value: “Cannot find any database servers.”
Default value: “At least two queries are required to create a master-detail relation.”
Default value: “No connection has been specified.”
Default value: “Configure Constructor Settings”
Default value: “Configure Data Member”
Default value: “Configure Data Source”
Default value: “Cannot use a constructor to create an object of the {0} type that is a static or abstract class, or interface.”
Default value: “Cannot resolve the specified data member. To specify the data member and its parameters, use the Data Member editor.”
Default value: “Cannot resolve the specified object type. To specify the object’s assembly, return type, data member and/or constructor parameters, use the Data Source editor.”
Default value: “The {0} data member is a property. To be able to receive parameters, a data member must be a method.”
Default value: “Cannot specify parameters unless the DataMember property has been assigned a value.”
Default value: “The current operation cannot be accomplished unless the data source has been specified.”
Default value: “The {0} data source type does not provide any members suitable for binding.”
Default value: “The {0} data member cannot receive parameters, because this is a method without parameters.”
Default value: “{0} is a static member. Using a constructor to create an instance of the {1} class is not appropriate.”
Default value: “Configure Parameters”
Default value: “Click the Add button to create a parameter.”
Default value: “Expression”
Default value: “Name”
Default value: “Query”
Default value: “Selected”
Default value: “Type”
Default value: “Value”
Default value: “Version”
Default value: “Query Parameters”
Default value: “Password”
Default value: “&File name:”
Default value: “&Password:”
Default value: “&Save password”
Default value: “Query Builder”
Default value: “Add to Select”
Default value: “&Allow Edit SQL”
Default value: “Delete”
Default value: “Delete Condition”
Default value: “Delete Relation”
Default value: “Edit Relation”
Default value: “&Edit SQL”
Default value: “Remove from Select”
Default value: “Rename”
Default value: “Reverse relation”
Default value: “Sort Ascending”
Default value: “Sort Descending”
Default value: “&Edit Parameters…”
Default value: “&Filter…”
Default value: “&Preview Results…”
Default value: “The link between {0}.{1} and {2}.{3} results in a circular relation and cannot be added.”
Default value: “Column”
Default value: “Aggregate”
Default value: “Alias”
Default value: “Column Name”
Default value: “Group By”
Default value: “Output”
Default value: “Sorting Type”
Default value: “Sort Order”
Default value: “Source”
Default value: “Table Name”
Default value: “Columns of {0}”
Default value: “The query contains parameters and cannot be executed before they are declared. \r\nPlease go to the next wizard page to declare the required query parameters and preview the results.”
Default value: “The new join type will be applied to all existing relations between the following two tables: {0}, {1}. Do you wish to continue?”
Default value: “Cannot create a relation between two columns that belong to the same table {0}.”
Default value: “The new join direction will be applied to all existing relations between the following two tables: {0}, {1}. Do you wish to continue?”
Default value: “Table”
Default value: “SQL string:”
Default value: “The specified alias already exists. Do you want to correct the value?”
Default value: “Data Preview (First 1000 Rows Displayed)”
Default value: “Data Preview”
Default value: “This action will reset the SQL expression, and all your changes will be discarded. Do you wish to continue?”
Default value: “Join {0}”
Default value: “No column has been selected. Please select at least one column to proceed.”
Default value: “The following tables will be removed from the query.\r\n\r\n{0}\r\nDo you wish to continue?”
Default value: “A table with the specified name already exists. Please specify a different table name.”
Default value: “The table name cannot be empty.”
Default value: “Query validation failed with message:\r\n{0}\r\n\r\nTo discard this query and begin from scratch, click OK.\r\nTo close the visual editor and keep the current query, click Cancel.”
Default value: “Query Editor”
Default value: “Validating query…”
Default value: “Add Query Parameter”
Default value: “Bind To”
Default value: “Bound to {0}”
Default value: “Create Query Parameter”
Default value: “<select a parameter>”
Default value: “Select a parameter…”
Default value: “Rebuild Result Schema”
Default value: “Result schema is rebuilt successfully.”
Default value: “Do you wish to execute the following queries on the server and obtain the resulting schema?”
Default value: “Ascending”
Default value: “Descending”
Default value: “Unsorted”
Default value: “Configure Connection…”
Default value: “Manage Queries…”
Default value: “Manage Relations…”
Default value: “Rebuild Result Schema”
Default value: “Request Database Schema”
Default value: “Manage Queries”
Default value: “Select a stored procedure:”
Default value: “Request Database Schema”
Default value: “Database schema is updated successfully.”
Default value: “Update schema”
Default value: “The data source schema has been updated successfully.”
Default value: “The FileName and SourceOptions properties should be assigned.”
Default value: “Loading Data…”
Default value: “Cannot connect to the database. See the details below.”
Default value: “Cannot create an empty data source. Please select an object to include.”
Default value: “Cannot retrieve the list of available databases. See the details below.”
Default value: “Do you wish to execute the query on the server and obtain the resulting query schema?”
Default value: “The data source has been successfully created”
Default value: “The data source name cannot be empty.”
Default value: “A data source with the specified name already exists”
Default value: “A data schema contains a duplicated column ‘{0}’. Modify the query so that all columns have unique names.”
Default value: “There are no stored procedures in the current database.”
Default value: “Select an object to include in your data source”
Default value: “Do you wish to use an existing data connection?”
Default value: “Yes, let me choose an existing connection from the list”
Default value: “No, I’d like to specify the connection parameters myself”
Default value: “Select a data connection.”
Default value: “Enter the data source name”
Default value: “Select the data source type.”
Default value: “Do you wish to select a connection string from the list of available settings?”
Default value: “Yes, let me choose from list”
Default value: “No, specify a custom connection string”
Default value: “Choose an existing data context or browse for an assembly.”
Default value: “Select a data member”
Default value: “Select the required worksheet, table or defined name referring to the specified range.”
Default value: “Select an Excel workbook or CSV file.”
Default value: “Specify import settings.”
Default value: “&Culture:”
Default value: “Detect automatically”
Default value: “&Encoding:”
Default value: “Use values of the &first row as field names”
Default value: “&Newline type:”
Default value: “Options”
Default value: “Skip &empty rows”
Default value: “Skip hidden &columns”
Default value: “Skip hidden &rows”
Default value: “Text &qualifier:”
Default value: “Trim blanks”
Default value: “Value &separator:”
Default value: “Select data fields.”
Default value: “&Analyze all records”
Default value: “Field Display Name”
Default value: “{0} field name already exists at this level”
Default value: “Field Name”
Default value: “A field name cannot be empty.”
Default value: “The above field types are generated based on the first {0} JSON records.\r\n\r\nIf your data contains a record whose type inside this limit differs from the type outside of the limit, the corresponding field type is generated incorrectly. This will lead to type deserialization errors.\r\n\r\nYou can analyze all JSON records to guarantee correct type generation. Note that this might take more time compared to analyzing a limited number of documents.”
Default value: “&Root element:”
Default value: “Type”
Default value: “Specify JSON-formatted data location.”
Default value: “&JSON String:”
Default value: “JSON &File:”
Default value: “Resulting URI:”
Default value: “JSON &source:”
Default value: “JSON String”
Default value: “JSON File”
Default value: “Web Service Endpoint (URI)”
Default value: “Web Service Endpoint (&URI):”
Default value: “URI Path Parameters”
Default value: “Query Parameters”
Default value: “Field Name”
Default value: “&Analyze all documents”
Default value: “Field Display Name”
Default value: “Field Name”
Default value: “The above field types are generated based on the first {0} MongoDB documents.\r\n\r\nIf your data contains a field whose type inside this limit differs from the type outside of the limit, the corresponding field type is generated incorrectly. This will lead to type deserialization errors.\r\n\r\nYou can analyze all MongoDB documents to guarantee correct type generation. Note that this might take more time compared to analyzing a limited number of documents.”
Default value: “&Query name:”
Default value: “Type”
Default value: “Select an assembly containing the class type definition of a data source.”
Default value: “Show only highlighted assemblies”
Default value: “Select the data binding mode.”
Default value: “Retrieve the actual data”
Default value: “The object data source automatically creates an instance of the specified type by using one of the available constructors. If only one constructor is available, this constructor will be used.”
Default value: “Retrieve the data source schema”
Default value: “Only the data source schema is retrieved from the specified object, without feeding the actual data.\r\n\r\nTo manually retrieve the actual data, create a data source object’s instance in code and assign it to the ObjectDataSource.DataSource property.”
Default value: “Select a data source constructor.”
Default value: “Show only highlighted constructors”
Default value: “Select a data source member (if required).”
Default value: “Select a member to bind.”
Default value: “Do not select a member, bind to the entire object.”
Default value: “Show only highlighted members”
Default value: “Select a data source type.”
Default value: “Show only highlighted types”
Default value: “Choose an entity type.”
Default value: “Do you want to use the default data layer?”
Default value: “No, I’d like to specify a connection that applies both at design time and runtime.”
Default value: “Yes, my data connection is available at runtime only.”
Default value: “Add filter criteria to data source tables and/or views.”
Default value: “Choose Entity”
Default value: “Entity Name”
Default value: “Filter String”
Default value: “Select required columns and specify their settings.”
Default value: “Column with ‘{0}’ name already exists.”
Default value: “The column name cannot be empty.”
Default value: “Create a federated query.”
Default value: “Editing is not supported for this query.”
Default value: “The query is invalid.”
Default value: “Configure web service endpoint request.”
Default value: “Basic HTTP Authentication”
Default value: “Header Name”
Default value: “Header Value”
Default value: “HTTP Header Parameters”
Default value: “Parameter Name”
Default value: “Parameter Value”
Default value: “Password:”
Default value: “Username:”
Default value: “Specify connection properties.”
Default value: “Authentication Database:”
Default value: “Authentication:”
Default value: “Username / Password”
Default value: “None”
Default value: “Canonicalize Host Name”
Default value: “DSN:”
Default value: “Enter connection fields individually”
Default value: “SRV Record”
Default value: “Paste a connection string”
Default value: “Principal”
Default value: “Service Name:”
Default value: “Configure queries.”
Default value: “Choose Collection”
Default value: “Choose Database”
Default value: “Collection”
Default value: “Database”
Default value: “Filter”
Default value: “Alias”
Default value: “Create a query or select a stored procedure.\r\nData columns selected from specific tables and/or views will be automatically included into a separate query.”
Default value: “Configure query parameters and preview the result.”
Default value: “Create a query or select a stored procedure.”
Default value: “Query”
Default value: “Stored Procedure”
Default value: “Add stored procedures to the data source, configure their parameters and preview the result.”
Default value: “Select the data provider and specify the connection properties.”
Default value: “Specify a connection string.”
Default value: “Specify a custom connection string”
Default value: “Use default connection string”
Default value: “Save the connection string to config file as:”
Default value: “Create a federated query.\r\nData columns selected from specific data sources and/or tables will be automatically included into a separate query.”
Default value: “Add Query…”
Default value: “Specify the constructor parameters.”
Default value: “Specify the method parameters.”
Default value: “Save the connection string.”
Default value: “Yes, save the connection as:”
Default value: “Do you want to save the connection string to the application’s configuration file?”
Default value: “Yes, save all required parameters”
Default value: “The connection uses server authentication.\r\nDo you want to save the user name and password?”
Default value: “No, skip credentials for security reasons”
Default value: “Yes, save the specified request parameters”
Default value: “Request parameters may contain sensitive data.\r\nDo you want to save request parameters?”
Default value: “No, skip the request parameters”
Default value: “Data Source Wizard”
Default value: “ObjectDataSource Wizard”
Default value: “An attempt to load the "MongoDB.Driver.dll" assembly failed.\r\nThe "MongoDB.Driver" package should be installed in your application project to provide MongoDB data at runtime.”
Default value: “The Properties collection will be cleared. The data source will load complete objects. Do you want to continue?”
Default value: “The Properties collection will be recreated based on the specified entity type information. Do you want to continue?”
Default value: “DataProviders list is empty.”
Default value:
Default value: “Clear Properties”
Default value: “Populate Properties”
Provides data for the SqlDataSource.ValidateCustomSqlQuery event.
Initializes a new instance of the class.
A object that is the custom SQL query.
A value that specifies whether on not the specified SQL query is valid.
Gets a custom SQL query being validated.
A object that is the custom SQL query being validated.
Gets or sets the exception message returned after validation of the custom SQL query.
A value that specifies the exception message returned after validation of the custom SQL query.
Gets or sets whether or not the current SQL query is valid.
true, if the current SQL query is valid; otherwise, false.
References a method that will handle the SqlDataSource.ValidateCustomSqlQuery event.
The event source.
A object that contains event data.
Contains classes and interfaces that provide the SQL Data Source Wizard functionality in web applications.
A data connection string provider for ASP.NET MVC and ASP.NET Web Forms. This provider allows users to create new data sources based on predefined connection strings from the configuration file.
Returns the dictionary listing the data connections by their names.
An object containing connection names and their descriptions.
Returns the parameters of the data connection with a specific name.
A object.
A value, specifying the data connection name.
Provides methods for creating a provider to restore a data connection on deserializing a report.
Creates and returns an object implementing the interface.
An object implementing the interface.
Allows you to manage data connections available in the Data Source Wizard.
Returns the dictionary listing the data connections by their names.
A Dictionary<,> object containing connection names and their descriptions.
Returns the parameters of the data connection with a specific name.
A object.
A value, specifying the data connection name.
Contains a method that creates a custom database schema provider (an object with the interface) for the Data Source Wizard.
Creates a new database schema provider.
A database schema provider that implements the interface.
Defines a connection storage that receives, stores, and provides JSON connection strings on demand.
Contains a method that creates a custom database schema provider (an object with the interface) for the report’s preview.
Creates a new database schema provider.
A database schema provider that implements the interface.
When implemented, supplies a service that allows you to obtain the EF Core context from the dependency injection container.
Creates and returns an object that implements the interface.
The object that implements the interface.
Provides the list of type constructors to display in the Report Wizard and Data Source Wizard.
Returns the list of type constructors to display in the Report Wizard and Data Source Wizard.
A type that is registered for the Report Wizard and Data Source Wizard.
The list of constructors declared in the specified type.
A filtered list of constructors to display in the Report Wizard and Data Source Wizard.
Provides the list of type members to display in the Report Wizard and Data Source Wizard.
Returns the list of type members to display in the Report Wizard and Data Source Wizard.
A type that is registered for the Report Wizard and Data Source Wizard.
The list of type members that return values.
The filtered list of type members to display in the Report Wizard and Data Source Wizard.
Provides the list of types to display in the Report Wizard and Data Source Wizard.
Returns the list of types to display in the Report Wizard and Data Source Wizard.
For internal use.
The list of types to display in the Report Wizard and Data Source Wizard.
A service that allows you to apply row-level filtering to all SELECT queries for the Document Viewer, Report Designer Preview, and Query Builder components.
Allows you to add a conditional clause to each SELECT query before the SqlDataSource executes it.
A SELECT query.
A filter already applied to the SELECT query.
A filter that should be applied to the SELECT query.
When implemented, provides functionality for customizing the SQL Data Source Wizard of the Web Report Designer.
Provides access to a custom SQL query validator.
An object implementing the interface.
Indicates whether or not custom SQL editing is disabled.
true if custom SQL editing is disabled; otherwise false.
Allows you to specify the number of data source records that the JsonDataSource uses to build the schema.
Implement this method to specify the JsonDataSource.SchemaDiscoveryMaxItemCount property value.
A JSON data source whose SchemaDiscoveryMaxItemCount setting is specified in this method.
Contains classes and services used to handle the Web Query Builder data.
Contains classes defined as data contracts for deserialization.
Data contract used to deserialize the Web Query Builder resulting query.
Initializes a new instance of the class.
Gets or sets the SQL data source connection serialized in JSON.
A string that is the SQL data source connection serialized in JSON.
Gets or sets the query data in JSON.
A string that is the serialized query data in JSON.
The service used to deserialize client data from the Web Query Builder.
Deserializes the query data that the client-side Web Query Builder sends to the server.
A data contract used to deserialize the data.
An object that contains the resulting query.
Restores a data connection from the client-side Web Query Builder data.
A string that is the connection data in JSON.
A connection to a .
Contains the SQL SELECT statement and the SELECT query.
Initializes a new instance of the class with specified settings.
A string that is the SQL SELECT statement.
A object that forms a SQL SELECT statement.
Gets the SelectQuery object that forms a SQL SELECT statement.
A object that forms a SQL SELECT statement.
Gets the SQL SELECT statement.
A string that is the SQL SELECT statement.
Contains classes that are required to customize a data source connection wizard.
Lists the options available to customize the Entity Framework pages of the Data Source Wizard.
No options are applied to the Entity Framework Data Source wizard.
The Entity Framework Data Source wizard enables end-users to load a data context from a custom assembly by clicking the Browse… button.
If implemented, provides the information about a query parameter while running the Data Source Wizard.
Specifies the name of a query with which the parameter is associated.
A value specifying the query name.
Provides a model functionality for the Data Connection wizard.
Initializes a new instance of the class with specified settings.
Provides a model that stores the information about a custom query on the Create a Query or Select a Stored Procedure (Multi-Query Version) page of the Data Source Wizard.
For internal use.
Initializes a new instance of the class with the specified settings.
A descendant, specifying the associated query.
true, if this item is selected in the tree list; otherwise, false.
true, if the query was created using the Query Builder; false if the query was auto-generated based on the selected item (table, view, or stored procedure).
Specifies whether or not the current check item is selected.
true if the check item is selected; otherwise false.
Specifies whether or not the item corresponds to a custom query (i.e., a query created using the Query Builder).
true, if the item corresponds to a custom query; otherwise, false (i.e., if the item corresponds to a table, view or stored procedure).
For internal use.
Specifies the query associated with the current item.
A descendant.
Accumulates intermediate data source settings during the execution of a Data Source Wizard.
Initializes a new instance of the class with the default settings.
Specifies an assembly containing implementation of a data source class.
An object containing information about an assembly.
Creates a new instance, which is a copy of the current instance.
A new instance, which is a copy of the current instance.
Specifies parameters to pass to an object data source constructor.
An array of objects.
Specifies the report data member.
A value, specifying the report data member.
Specifies the report data source schema.
A value, specifying the data source schema.
Specifies the report data source name.
A value, specifying the report data source name.
Specifies the report data source type.
A enumeration value.
Determines whether or not the specified object is equal to the current instance.
The object to compare with the current object.
true if the specified object is equal to the current instance; otherwise false.
Specifies the file name of an Excel data source.
A value.
Specifies the collection of data filters associated with this .
An array of objects.
Serves as the default hash function.
An integer value, specifying the hash code for the current object.
Specifies parameters to pass to an object data source method.
An array of objects.
Specifies a constructor used to create an instance of an object data source.
A object containing information about a class constructor.
Specifies an object data source member to use for data binding.
An object containing information about an object data source member.
Specifies the type of an object data source.
An object containing information about a type.
Specifies the schema of an Excel data source.
An array of objects.
Specifies whether or not to save the password for an Excel document.
true to save the password for an Excel document; otherwise false.
Specifies the state of check boxes throughout the object data source creation pages of the Data Source Wizard.
A flags enumeration value.
Specifies the options of an Excel data source.
An descendant.
Specifies the options of an Entity Framework data source.
An array of objects.
The base for classes that accumulate intermediate settings of data sources during the execution of the Data Source Wizard.
Creates a new instance, which is a copy of the current instance.
A new instance, which is a copy of the current instance.
Specifies the data source schema.
A value that specifies the data source schema.
Determines whether or not the specified object is equal to the current instance.
The object to compare with the current object.
true if the specified object is equal to the current instance; otherwise false.
Gets the hash code that corresponds to the value of the current object.
An integer value representing the hash code for the current object.
The base for classes that accumulate intermediate settings of data sources with data connections during the execution of the Data Source Wizard.
Specifies the name of a data connection.
A string that specifies the data connection name.
Determines whether or not the specified object is equal to the current instance.
The object to compare with the current object.
true if the specified object is equal to the current instance; otherwise false.
Gets the hash code that corresponds to the value of the current object.
An integer value representing the hash code for the current object.
Specifies how and where to store the connection string.
A enumeration value.
Lists the data source types available on the Select a Data Connection Type and Select the Data Source Type wizard pages.
Indicates an Entity Framework data source.
Indicates an Excel data source.
Indicates an object data source.
Indicates an XPO data source.
Accumulates intermediate settings of the Entity Framework data source during the execution of the Data Source Wizard.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified data connection.
An object that specifies the connection to an Entity Framework data source. This value is assigned to the EFDataSourceModel.DataConnection property.
Initializes a new instance of the class with the specified prototype.
An object specifying a prototype for a new EFDataSourceModel instance.
Creates a new instance, which is a copy of the current instance.
A new instance, which is a copy of the current instance.
Specifies connection parameters.
An object that contains connection parameters.
Specifies from where a data connection is obtained.
A enumeration value that specifies from where the data connection is obtained.
Specifies the connection to an Entity Framework data source.
An object that specifies the connection to the Entity Framework data source.
Specifies the selected member of an Entity Framework data source.
An object that provides information about the selected member.
Determines whether or not the specified object is equal to the current instance.
The object to compare with the current object.
true if the specified object is equal to the current instance; otherwise false.
Specifies the collection of data filters associated with this .
An array of objects.
Gets the hash code that corresponds to the value of the current object.
An integer value representing the hash code for the current object.
Specifies the model helper.
An object that provides functionality to configure the model.
Specifies the stored procedures selected for use.
A collection of objects, which provide the settings of stored procedures.
Accumulates intermediate Excel data source settings during the execution of the Data Source Wizard.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified prototype.
An object specifying a prototype for a new ExcelDataSourceModel instance.
Creates a new instance, which is a copy of the current instance.
A new instance, which is a copy of the current instance.
Determines whether or not the specified object is equal to the current instance.
The object to compare with the current object.
true if the specified object is equal to the current instance; otherwise false.
Specifies the name of the selected Excel file.
A string specifying the file name.
Gets the hash code that corresponds to the value of the current object.
An integer value representing the hash code for the current object.
Specifies a collection of Excel fields selected on a wizard page to be used.
An array of objects containing the settings of Excel data fields.
Specifies whether to save a password used to open a password protected Excel file.
true, to save the password; otherwise, false.
Specifies options used to extract data form the selected Excel file.
An descendant containing options used to extract data from the selected Excel file.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
The base for interfaces that accumulate intermediate settings of data sources during the execution of the Data Source Wizard.
If implemented, specifies the data source schema.
A value that specifies the data source schema.
The base for interfaces that accumulate intermediate settings of data sources with data connections during the execution of the Data Source Wizard.
If implemented, specifies the name of a data connection.
A string that specifies the data connection name.
If implemented, specifies a connection to a data source.
An object implementing the interface that specifies the connection to a data source.
If implemented, specifies how and where to store the connection string.
A enumeration value.
When implemented by a class, enables it to connect to a data source.
Removes user credentials for the current data connection
Creates a connection string based on the specified value.
A value.
Creates a connection string for the current data connection.
true, to remove user credentials from the connection string; otherwise, false.
A that is the connection string for the current .
Gets or sets the name of the data connection.
A value that specifies the name of the data connection.
Specifies whether to store any connection settings except for the data connection name.
true to store only the name of a data connection; otherwise false.
If implemented, accumulates intermediate data source settings during the execution of a Data Source Wizard.
Specifies the data source name.
A value, specifying the data source name.
Specifies the data source type.
A enumeration value, specifying the data source name.
If implemented, accumulates intermediate settings of the Entity Framework data source during the execution of the Data Source Wizard.
If implemented, specifies connection parameters.
An object that contains connection parameters.
If implemented, specifies from where a data connection is obtained.
A enumeration value that specifies from where the data connection is obtained.
If implemented, specifies the connection to an Entity Framework data source.
An object that specifies the connection to the Entity Framework data source.
If implemented, specifies the selected member of an Entity Framework data source.
An object that provides information about the selected member.
Specifies the collection of data filters associated with this data source model.
An array of objects.
If implemented, specifies the model helper.
An object that provides functionality to configure the model.
If implemented, specifies the stored procedures selected for use.
A collection of objects, which provide the settings of stored procedures.
If implemented, accumulates intermediate Excel data source settings during the execution of the Data Source Wizard.
If implemented, specifies the name of the selected Excel file.
A string specifying the file name.
If implemented, specifies a collection of Excel fields selected on a wizard page to be used.
An array of objects containing the settings of Excel data fields.
If implemented, specifies whether to save a password used to open a password protected Excel file.
true, to save the password; otherwise, false.
If implemented, specifies options used to extract data form the selected Excel file.
An descendant containing options used to extract data from the selected Excel file.
If implemented, accumulates intermediate JSON data source settings during the execution of the Data Source Wizard.
If implemented, specifies the JSON data source schema.
A value that specifies the JSON source schema.
If implemented, accumulates intermediate object data source settings during the execution of the Data Source Wizard.
If implemented, specifies the selected assembly.
An object that provides information about the selected assembly.
If implemented, specifies the parameters of the selected data source constructor.
A collection of objects.
If implemented, specifies the parameters of the selected data source member.
A collection of objects.
If implemented, specifies the selected data source constructor.
A object providing information about the selected constructor.
If implemented, specifies the selected data source member.
An object that provides information about the selected data source member.
If implemented, specifies the selected data source type.
An object that provides information about the selected data source type.
If implemented, specifies which bindable objects are available in the Data Source Wizard.
A value specifying which bindable objects are available.
If implemented, accumulates intermediate SQL data source settings during the execution of the Data Source Wizard.
If implemented, provides access to the collection of SQL queries displayed in the Data Source Wizard.
A collection of values, specifying the selected objects.
If implemented, specifies the .
An object that specifies the SQL query.
If implemented, provides access to the collection of master-detail relationships of the .
A collection of objects.
If implemented, specifies the SQL string.
A string that specifies the SQL string.
If implemented, accumulates intermediate XPO data source settings during the execution of the Data Source Wizard.
If implemented, specifies the selected persistent object class.
A value that specifies the selected persistent object class.
If implemented, specifies an expression used to filter data at the data source level.
A filter expression for the data XPO retrieves from the data source.
Accumulates intermediate settings of the JSON data source during the execution of the Data Source Wizard.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified prototype.
An object specifying a prototype for a new JsonDataSourceModel instance.
Creates a new instance, which is a copy of the current instance.
A new instance, which is a copy of the current instance.
Determines whether or not the specified object is equal to the current instance.
The object to compare with the current object.
true if the specified object is equal to the current instance; otherwise false.
Gets the hash code that corresponds to the value of the current object.
An integer value representing the hash code for the current object.
Specifies the JSON data source schema.
A value that specifies the JSON source schema.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
Accumulates intermediate object data source settings during the execution of the Data Source Wizard.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified prototype.
An object, specifying a prototype for a new ObjectDataSourceModel instance.
Specifies the selected assembly.
An object that provides information about the selected assembly.
Creates a new instance, which is a copy of the current instance.
A new instance, which is a copy of the current instance.
Specifies the parameters of the selected data source constructor.
A collection of objects.
Determines whether or not the specified object is equal to the current instance.
The object to compare with the current object.
true if the specified object is equal to the current instance; otherwise false.
Gets the hash code that corresponds to the value of the current object.
An integer value representing the hash code for the current object.
Specifies the parameters of the selected data source member.
A collection of objects.
Specifies the selected data source constructor.
A object providing information about the selected constructor.
Specifies the selected data source member.
An object that provides information about the selected data source member.
Specifies the selected data source type.
An object that provides information about the selected data source type.
Specifies which bindable objects are available in the Data Source Wizard.
A value specifying which bindable objects are available.
Lists the values indicating how to save the connection string.
The connection string is hard-coded into the application.
The connection string is hard-coded into the application along with the user credentials.
The connection string is stored in the application’s configuration file.
The connection string is stored in the application’s configuration file along with the user credentials.
Lists the values indicating the bindable objects available in the Data Source Wizard.
All highlighted objects are listed (assemblies, classes, constructors and members).
Only highlighted assemblies are listed.
Only highlighted classes are listed.
Only highlighted constructors are listed.
Only highlighted members are listed.
No objects are listed.
Accumulates intermediate SQL data source settings during the execution of the Data Source Wizard.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified prototype.
An object, specifying a prototype for a new SqlDataSourceModel instance.
Creates a new instance, which is a copy of the current instance.
A new instance, which is a copy of the current instance.
Specifies the connection to a .
A object.
Determines whether or not the specified object is equal to the current instance.
The object to compare with the current object.
true if the specified object is equal to the current instance; otherwise false.
Gets the hash code that corresponds to the value of the current object.
An integer value representing the hash code for the current object.
Provides access to the collection of SQL queries displayed in the Data Source Wizard.
A collection of values, specifying the selected objects.
Specifies the .
A object.
Provides access to the collection of master-detail relationships of the .
A collection of objects.
Specifies the SQL string.
A value, specifying the SQL string.
Accumulates intermediate settings of the XPO data source during the execution of the Data Source Wizard.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified prototype.
An object specifying a prototype for a new XPObjectSourceModel instance.
Creates a new instance, which is a copy of the current instance.
A new instance, which is a copy of the current instance.
Specifies the current data connection.
A object that specifies the current data connection.
Specifies the selected persistent object class.
A value that specifies the selected persistent object class.
Determines whether or not the specified object is equal to the current instance.
The object to compare with the current object.
true if the specified object is equal to the current instance; otherwise false.
Specifies an expression used to filter data at the data source level.
A filter expression for the data XPO retrieves from the data source.
Gets the hash code that corresponds to the value of the current object.
An integer value representing the hash code for the current object.
Lists the modes of operation available for an object data source.
Both the data and schema of an object data source are available on the client.
Only the data from an object data source is available on the client.
Only the schema of an object data source is available on the client.
Contains classes that provide pages to the Data Source Wizard.
Provides a presenter to the Select a Data Connection page of the Data Source Wizard.
Returns the type of the next wizard page.
A value.
Serves as the base for classes that provide presenters to the Data Source Wizard pages.
Initializes controls of the current wizard page.
Saves settings specified on the current wizard page to the report model.
Specifies whether or not the Finish button is enabled on the current wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on the current wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the settings specified on the current wizard page.
An error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Supplies a presenter for the Select a data connection type page of the Data Source Wizard.
Initializes a new instance of the class with specified settings.
The view for the Select a data connection type wizard page.
An object that contains the functionality to run the wizard.
An object that contains a service functionality to store the data connection settings.
An object that contains the known types in the current solution.
The wizard options.
An object that contains a service functionality to store the JSON connection settings.
Initializes a new instance of the class with specified settings.
The view for the Select a data connection type wizard page.
An object that contains the functionality to run the wizard.
An object that contains a service functionality to store the data connection settings.
An object that contains the known types in the current solution.
The wizard options.
Initializes controls of the current wizard page.
Saves settings of the Select a data connection type wizard page to the model.
Specifies whether the Finish button is enabled on the Select a data connection type wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
The type of the next wizard page.
Specifies the MongoDB connection settings.
An object that contains a service functionality to store the MongoDB connection settings.
Specifies whether the Next button is enabled on the Select a data connection type wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the Select a data connection type wizard page.
The text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Enter the Data Source Name page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides a service functionality to create a data source name.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Select the Data Source Type page of the Data Source Wizard.
Saves settings specified by a wizard page to the report model.
Provides a presenter to the Select the Connection String page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface that provides access to the available connection strings.
An object implementing the interface that provides a service functionality to store the data connection settings.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Select the Data Context page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface that provides access to the known types in the current solution.
An object implementing the interface that provides access to the available connection strings.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Returns a data connection for the selected data context.
An object that specifies the connection to an Entity Framework data source.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Displays a message with the specified text.
A string specifying the message text.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Select a Data Member page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the functionality to run the wizard.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Returns the type of the next wizard page.
A value.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Select a Worksheet, Table or Named Range page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface.
An object implementing the interface.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Specify Import Settings page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface.
An object implementing the interface.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Select an Excel Workbook or CSV File page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Select Data Fields page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides a view for the Select Data Fields wizard page.
An object implementing the interface that provides the functionality to run the wizard.
Initializes controls of the current wizard page.
Saves settings specified on the Select Data Fields wizard page to the .
Specifies whether or not the Finish button is enabled on the Select Data Fields wizard page.
true, if the Finish button is enabled; otherwise, false.
Specifies whether or not the Next button is enabled on the Select Data Fields wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the settings specified on the current wizard page.
An error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Specify JSON Data Location page of the Data Source Wizard.
Initializes a new instance of the class with specified settings.
Initializes controls of the current wizard page.
Saves settings specified on the Specify JSON Data Location wizard page to the .
Specifies whether or not the Finish button is enabled on the Specify JSON Data Location wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on the Specify JSON Data Location wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the settings specified on the current wizard page.
An error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Select an Assembly page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface that provides access to the known types in the current solution.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Select the Data Binding Mode page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface.
An object implementing the interface.
An enumeration value.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Select a Data Source Constructor page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An enumeration value that specifies which modes of operation are available.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Provides a presenter to the Select a Data Source Member page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An enumeration value that specifies which modes of operation are available.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Displays a message with the specified text when validating a wizard page.
A string specifying the message text.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Select a Data Source Type page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An enumeration value that specifies which modes of operation are available.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Select a Data Connection page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides a view for the Select a Data Connection wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface that provides a service functionality to store the data connection settings.
An object that specifies the wizard options.
An object that specifies options for serializing database credentials along with document layouts.
Provides a presenter to the Choose an Entity Type page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides a view for the Choose an Entity Type wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface that provides access to the known types in the current solution.
An object implementing the interface that provides access to the available connection strings.
Initializes controls of the Choose an Entity Type wizard page.
Saves settings specified on the Choose an Entity Type wizard page to the .
Specifies whether or not the Finish button is enabled on the Choose an Entity Type wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on the Choose an Entity Type wizard page.
true, if the Next button is enabled; otherwise, false.
Provides a presenter to the Configure Filters page of the Data Source Wizard.
Initializes a new instance of the class with the specified view.
An object implementing the interface.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Provides a presenter to the Bind to a Stored Procedure page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface that provides a service functionality to manage query parameters.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Retrieves the data obtained for preview from the database.
A object.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Provides a presenter to the Choose Columns page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Provides a presenter to the Create a Query or Select a Stored Procedure page of the Data Source Wizard.
Initializes a new instance of the class with specified settings.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An object that specifies the wizard options.
An object implementing the interface that provides the capability to customize the data source schema.
An object implementing the interface that provides a service functionality to manage query parameters.
An object implementing the interface that provides custom validation logic for SQL queries.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Gets the schema of the connected SQL data source.
An object specifying the database schema.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Configure Query Parameters page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
One or more enumeration values.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface that provides a service functionality to manage query parameters.
An object implementing the interface that provides the capability to customize the data source schema.
An object implementing the interface that provides custom validation logic for SQL queries.
An object that specifies the wizard options.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Specify a Connection String page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides a view for the Specify a Connection String wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface that provides a service functionality to store the data connection settings.
An object that specifies the wizard options.
An object that specifies options for serializing database credentials along with document layouts.
A collection of objects.
Provides a presenter to the Specify a Connection String page of the Data Source Wizard.
Saves settings specified by a wizard page to the report model.
Returns the type of the next wizard page.
A value.
Serves as the base for classes that provide presenters to the Data Source Wizard pages.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides a view for the Specify a Connection String wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface that provides a service functionality to store the data connection settings.
An object that specifies the wizard options.
An object that specifies options for serializing database credentials along with document layouts.
A collection of objects.
Initializes controls of the current wizard page.
Saves settings specified on the current wizard page to the report model.
Specifies whether or not the Finish button is enabled on the current wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on the current wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the settings specified on the current wizard page.
An error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides information about an Excel file selected in the Data Source Wizard when binding to an Excel data source.
Specifies the file name.
A string specifying the file name.
Specifies a password that can be used to open a password protected file.
A string specifying the password to open the file.
Specifies whether to save a password used to open a password protected file.
true, to save the password; otherwise, false.
Enumerates values that specify the type of list box items displayed on a wizard page when binding to an Excel file.
Specifies an Excel named region.
Specifies an Excel table.
Specifies an Excel worksheet.
An item displayed on a wizard page within the list of available worksheets, tables and named regions when binding to an Excel file .
Initializes a new instance of the class with the default settings.
Gets the index of an image associated with the current list box item.
An integer value specifying the index of an image associated with the current list box item.
Specifies the list box item name.
A string specifying the name of the current list box item.
Specifies the type of the current list box item.
An enumeration value that specifies the current item’s type.
Gets an object used for locking the current list box item.
An object used for locking.
Returns the textual representation of the current list box item.
A string that represents the current list box item.
Provides a presenter to the Create a Query or Select a Stored Procedure page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the capability to customize the data source schema.
An object implementing the interface that provides a service functionality to manage query parameters.
Provides a presenter to the Configure Query Parameters page of the Data Source Wizard.
Initializes a new instance of the class with specified settings.
Initializes a new instance of the class with the specified settings.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
One or more enumeration values.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides a service functionality to manage query parameters.
An object implementing interface.
An object implementing the interface that provides the capability to customize the data source schema.
An object implementing the interface that provides custom validation logic for SQL queries.
An object implementing the interface that provides the functionality to run the wizard.
An object that specifies the wizard options.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Creates a schema of the .
A value, specifying the error message text.
true, if the schema has been created; otherwise, false.
Provides a model that stores the information about a tree list item on the Create a Query or Select a Stored Procedure page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
A value, specifying the item name. This value is assigned to the MultiQueryItem.Name property.
A nullable Boolean value, specifying the item’s check state. This value is assigned to the MultiQueryItem.Selected property.
An integer value, identifying the item. This value is assigned to the MultiQueryItem.Id property.
An integer value, identifying the item’s parent in the tree list hierarchy. This value is assigned to the MultiQueryItem.ParentId property.
A enumeration value, specifying the actions allowed for this item. This value is assigned to the MultiQueryItem.Actions property.
Initializes a new instance of the class with the specified settings.
A value, specifying the item name. This value is assigned to the MultiQueryItem.Name property.
A value, specifying the item display name that appears in the tree list. This value is assigned to the MultiQueryItem.DisplayName property.
A nullable Boolean value, specifying the item’s check state. This value is assigned to the MultiQueryItem.Selected property.
An integer value, identifying the item. This value is assigned to the MultiQueryItem.Id property.
An integer value, identifying the item’s parent in the tree list hierarchy. This value is assigned to the MultiQueryItem.ParentId property.
A enumeration value, specifying the actions allowed for this item. This value is assigned to the MultiQueryItem.Actions property.
Specifies the actions that can be performed over a tree list item.
A enumeration value.
Specifies the tree list item’s display name.
A value, specifying the item’s display name, as seen in the tree list.
Identifies the tree list item.
An integer value, identifying the item.
Specifies the tree list item name.
A value, specifying the item name.
Identifies the tree list item’s parent element.
An integer value, identifying the item’s parent.
Occurs every time any of the class properties has changed its value.
Specifies whether or not the tree list item is selected.
A nullable Boolean value, specifying the item’s selection state.
Lists the actions available for a on the Create a Query or Select a Stored Procedure page of the Data Source Wizard.
Enables adding new queries.
Enables editing queries.
Enables editing and removing queries.
Enables expanding tree list nodes.
No specific action is enabled for tree list nodes.
Enables removing queries.
Provides a presenter to the Specify the Constructor Parameters page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface.
An object implementing the interface.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Specify the Member Parameters page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An enumeration value that specifies which modes of operation are available.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Enumerates values that specify the type of a query created on the Create a Query or Select a Stored Procedure (Single-Query Version) page of the Data Source Wizard.
Specifies a stored procedure.
Specifies an SQL query.
Provides a presenter to the Save the Connection String page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
One or more enumeration values.
A enumeration value.
Specifies the type of the next wizard page (“Create a Query or Select a Stored Procedure (Single-Query Version)“ or “Create a Query or Select a Stored Procedure (Multi-Query Version)“).
A object.
Returns the type of the next wizard page.
A value.
Serves as the base for classes that provide presenters to the Data Source Wizard pages.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides a view for the Save the Connection String wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface that provides a service functionality to store the data connection settings.
An object that specifies the wizard options.
An object that specifies options for serializing database credentials along with document layouts.
Initializes controls of the current wizard page.
Saves settings specified on the current wizard page to the report model.
Specifies whether or not the Finish button is enabled on the current wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on the current wizard page.
true, if the Next button is enabled; otherwise, false.
Displays a message with the specified text.
The message text.
Validates the settings specified on the current wizard page.
An error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Save the Connection String page of the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
An object implementing the interface that provides a view for the Save the Connection String wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface that provides a service functionality to store the data connection settings.
An object that specifies the wizard options.
An object that specifies options for serializing database credentials along with document layouts.
Provides access to data obtained for preview from a database, as well as to options related to the data retrieval.
Initializes a new instance of the class with the specified settings.
A value. This value is assigned to the PreviewData.Data property.
true, to obtain only the first 1000 rows from the database; false to obtain all available data rows. This value is assigned to the PreviewData.IsRowLimitApplied property.
Provides access to the data obtained for preview.
A value.
Indicates whether or not the data obtained for preview should be limited by the first 1000 data rows.
true to obtain only the first 1000 rows from the database; false to obtain all available data rows.
Provides the information about a query parameter while running the Data Source Wizard.
Initializes a new instance of the class with the specified settings.
A value, specifying the query name. This value is assigned to the QueryParameterInternal.QueryName property.
A value, specifying the parameter name. This value is assigned to the QueryParameterInternal.Name property.
A value, specifying the parameter type. This value is assigned to the QueryParameterInternal.Type property.
A value, specifying the parameter value. This value is assigned to the QueryParameterInternal.Value property.
Indicates the query parameter name.
A value.
Specifies the query name.
A value.
Indicates the query parameter type.
A value.
Specifies the query parameter value.
A value.
Lists the options for serializing database credentials along with document layouts.
Database credentials are always serialized along with document layouts and end-users cannot change this behavior.
Database credentials are never serialized along with document layouts and end-users cannot change this behavior.
After an existing connection is selected (or a new one is specified), the Data Source wizard prompts an end-user whether or not to save database credentials along with the document layout.
Provides a service functionality to the Data Connection wizard.
A default implementation of the interface that provides custom validation logic for SQL queries.
Initializes a new instance of the class with the default settings.
Validates a custom SQL query.
A object, providing access to settings used to establish the current data connection.
A , specifying the SQL query to validate.
A specifying the error message to display if validation fails.
true, if the query is valid; otherwise, false.
Specifies the data source types available on the Select a data connection type and Select the data source type wizard pages.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with specified settings.
Initializes a new instance of the class with the specified data source types.
A collection of objects.
Indicates that all data source types are available on the Select the Data Source Type wizard page.
A object.
If implemented, enables you to restore a data connection on deserializing a report.
Loads the specified .
A value, specifying the connection name.
An object.
Allows you to store the data connection settings in WinForms and WPF applications.
If implemented, determines whether a connection can be saved to the connection storage.
true, if a connection can be saved; otherwise, false.
If implemented, determines whether or not the connection storage contains a specific connection string.
A value that specifies the name of a connection.
true, if the connection storage contains a connection; otherwise, false.
Obtains a collection of data connections, available in the connection storage.
A collection of objects.
Saves the specified data connection.
A value, specifying the connection name.
An object implementing the interface.
true to save the user credentials along with the data connection settings; false to only save the data connection settings.
When implemented, provides custom validation logic for SQL queries.
Validates a custom SQL query.
A object, providing access to settings used to establish the current data connection.
A value, specifying the SQL query to validate.
A specifying the error message to display if validation fails.
true, if the query is valid; otherwise, false.
If implemented, provides a service for validating custom data source names.
Generates a name for the current data source.
A value, specifying the data source name.
Validates the specified data source name on the server.
A value, specifying the data source name.
true, if the validation succeeds; otherwise, false.
When implemented by a class, provides a service functionality to manage report parameters created in the Report Wizard.
If implemented, adds a parameter to a parameter storage.
An object implementing the interface.
If implemented, specifies the caption of the New Report Parameter command available in the Visual Studio Report Designer.
A value.
If implemented, specifies whether or not the report parameters can be created.
true, if report parameters can be created; otherwise false.
If implemented, creates a new parameter of the specified type.
A value.
An object implementing the interface.
If implemented, specifies the title of the Report Parameter dialog invoked from the Visual Studio Report Designer.
A value.
If implemented, provides access to a collection of the available report parameters.
A collection of objects implementing the interface.
Lists the options available to customize the SQL pages of the Data Source Wizard.
Prevents a user from specifying the connection parameters manually, so that it is only possible for a user to select from the predefined set of parameters.
Enables a user to specify a custom SQL string in the Query Builder.
Enables a user to switch to an older version of the Expression Editor that does not support intelligent code completion.
Enables a user to switch to an older version of the Master-Detail Relation Editor that does not provide a diagram-based control where relationships are defined using drag-and-drop.
Enables a user to switch to an older version of the Expression Editor that does not support intelligent code completion, as well as enable a table-like interface for selecting fields in the Query Builder (instead of a diagram-based control).
Enables a user to switch to a newer Data Source Wizard version that enables creating multiple queries (along with defining master-detail relationships between them) with a single run of the wizard.
Applies the default settings to the SQL Data Source Wizard.
Disables the capability to specify custom SQL queries, column aliases and expressions. Instead, this option enables the use of custom names for tables and columns that are supplied by the interface.
Enables a table-like interface for selecting fields in the Query Builder (instead of a diagram-based control).
Contains classes that provide the view functionality to the Data Source Wizard pages.
Provides information about an assembly that is displayed in the Data Source Wizard when binding to an object data source.
Creates a new instance of the class with the specified settings.
A value specifying whether an assembly is highlighted. This value is assigned to the AssemblyViewInfo.Highlighted property.
A string specifying the assembly name. This value is assigned to the AssemblyViewInfo.Name property.
The version number of an assembly. This value is assigned to the AssemblyViewInfo.Version property.
An assembly priority. This value is assigned to the AssemblyViewInfo.Priority property.
Creates a new instance of the class with the specified settings.
A value specifying whether an assembly is highlighted. This value is assigned to the AssemblyViewInfo.Highlighted property.
A string specifying the assembly name. This value is assigned to the AssemblyViewInfo.Name property.
The version number of an assembly. This value is assigned to the AssemblyViewInfo.Version property.
Gets whether an assembly is highlighted using the .
true, if the assembly is highlighted; otherwise, false.
Gets the assembly name.
A string specifying the assembly name.
Gets the assembly priority defining the position in which the assembly is displayed on a wizard page.
An integer value specifying the assembly priority.
Gets the version number of an assembly.
A object specifying the version number of the assembly.
Provides data for the IChooseEFContextPageView.BrowseForAssembly and ChooseEFContextPageView.BrowseForAssembly events.
Initializes a new instance of the class with the specified settings.
A string that specifies the path to the assembly selected to load available data contexts from it.
Specifies the path to the assembly selected to load available data contexts from it.
A string that specifies the path to the assembly.
Lists values that specify the type of the data connection to an Entity Framework data source.
A default connection string.
An existing connection string.
A new custom connection string.
Contains information about an object constructor that is displayed in the Data Source Wizard when binding to an object data source.
Initializes a new instance of the class with the specified settings.
Specifies whether a constructor is highlighted. This value is assigned to the ConstructorViewInfo.Highlighted property.
An object containing the settings of constructor parameters. These values are assigned to the ConstructorViewInfo.Parameters property.
Gets whether a constructor is highlighted using the .
true, if the constructor is highlighted; otherwise, false.
Obtains constructor parameters.
A collection of objects containing the settings of constructor parameters.
Provides data for the IChooseEFContextPageView.ContextNameChanged and ChooseEFContextPageView.ContextNameChanged events.
Initializes a new instance of the class with the specified settings.
A string specifying the context name.
The name of the selected data context.
A string specifying the name of the selected data context.
If implemented, provides a view for the Select a Data Connection page of the Data Source Wizard.
Occurs when the selected item in the list of available connections is changed.
If implemented, gets the name of the connection selected from the list of available connections.
A string specifying the name of the selected connection.
If implemented, changes the list of available connections on a wizard page.
A collection of strings specifying connection names.
If implemented, changes the selected item from the list of available connections.
A string that specifies the name of the connection to be selected.
If implemented, gets whether to create a new data connection or use an existing one from the list.
true, to create a new connection; otherwise, false.
If implemented, supplies a view for the Select a data connection type page of the Data Source Wizard.
Specifies the selected data source type.
A enumeration value that specifies the data source type.
Initializes a new instance of the IChooseDataProviderPageView class with the specified settings.
A object that contains available data source types.
A collection of data providers.
Identifies the data store provider.
The data store provider.
If implemented, provides a view for the Enter the Data Source Name page of the Data Source Wizard.
If implemented, specifies the data source name.
A string that specifies the data source name.
If implemented, displays an error message when a data source with the specified name already exists.
If implemented, supplies a view for the Select the data source type page of the Data Source Wizard.
If implemented, specifies the selected data source type.
A value that specifies the data source type.
If implemented, provides a view for the Select a Connection String page of the Data Source Wizard.
Occurs when the selected item in the list of available connections is changed.
If implemented, initializes a wizard page with the list of available connections.
The type of the data connection to an Entity Framework data source.
The list of available data connections.
true to display the list of available data connections; otherwise, false.
If implemented, specifies the type of the data connection to an Entity Framework data source.
The type of the data connection to an Entity Framework data source.
If implemented, specifies the name of a new data connection.
The name of the new data connection.
If implemented, specifies the connection string used to establish a connection to an Entity Framework data source.
The connection string.
If implemented, specifies the name of the connection selected from the list of available connections.
The name of the connection selected from the list of available connections.
If implemented, sets whether the connection string can be saved to the dedicated storage.
true if the connection string can be saved to the storage; otherwise, false.
If implemented, specifies whether to save the connection string to the dedicated storage.
true to save the connection string; otherwise, false.
If implemented, provides a view for the Select the Data Context page of the Data Source Wizard.
Occurs after the Browse button is clicked on a wizard page and an assembly is selected.
If implemented, specifies the item selected in the list of available data contexts.
A string that specifies the selected data context.
Occurs when the selected item in the list of available data contexts is changed.
If implemented, initializes a wizard page with a list of available data contexts.
If implemented, changes the list of available data contexts.
A collection of objects containing settings of data contexts.
If implemented, provides a view for the Select a Data Member page of the Data Source Wizard.
If implemented, gets the name of the selected data member.
A string that specifies the name of the selected data member.
Occurs when the selected item in the list of available members is changed.
If implemented, initializes a wizard page with the list of available data members.
A collection of the objects specifying tables from an Entity Framework data source.
A collection of the objects specifying stored procedures from an Entity Framework data source.
A string that specifies the name of the selected data member.
If implemented, specifies whether the selected data member is a stored procedure.
true, if the selected data member is a stored procedure; otherwise, false.
If implemented, provides a view for the Select a Worksheet, Table or Named Range page of the Data Source Wizard.
Occurs when the selected item in the list of available worksheets, tables and named regions is changed.
If implemented, initializes a wizard page with the list of available worksheets, tables and named regions.
A collection of objects containing the settings of file data ranges.
If implemented, specifies the item selected in the list of available worksheets, tables and named regions.
An object containing settings of the selected item.
If implemented, provides a view for the Specify Import Settings page of the Data Source Wizard.
Occurs when the state of the Detect automatically check box for the Encoding option is changed.
Occurs when the state of the Detect automatically check box for the Newline type option is changed.
Occurs when the state of the Detect automatically check box for the Value separator option is changed.
If implemented, specifies the format of the selected document.
An enumeration value that specifies the format of the selected document.
If implemented, initializes a wizard page with the available options depending on the type of the selected file.
An descendant containing options used to extract data from the selected file. This value is assigned to the IChooseFileOptionsPageView.SourceOptions property.
If implemented, changes the entry selected in the Encoding editor.
An value that specifies character encoding in the selected CSV file.
If implemented, changes the entry selected in the Newline type editor.
An enumeration value that specifies the line break type in the source CSV file.
If implemented, changes the entry selected in the Value separator editor.
A character used to separate values in the selected CSV file.
If implemented, gets options used to extract data form the selected file (Microsoft Excel workbook or CSV file).
An descendant containing options used to extract data from the selected file.
If implemented, provides a view for the Select an Excel Workbook or CSV File page of the Data Source Wizard.
Occurs when the selected file is changed.
If implemented, specifies the name of the selected file.
A string specifying the file name.
If implemented, shows the form for specifying a password, if the selected file is password protected.
The caption of the password form.
The name of the selected file.
An object containing settings of the selected file.
true, if the password was successfully specified, otherwise, false.
If implemented, provides a view for the Select Data Fields page of the Data Source Wizard.
If implemented, gets the name of the selected root element.
The name of the selected root element.
If implemented, gets the schema of the retrieved JSON data source.
A collection of objects that specifies the schema of the retrieved JSON data source.
If implemented, provides a view for the Specify JSON Data Location page of the Data Source Wizard.
If implemented, occurs after settings on the Specify JSON Data Location wizard page have changed.
If implemented, specifies the type of the connection to a JSON data source.
A enumeration value that specifies the type of the connection to a JSON data source.
If implemented, specifies the path to a JSON file.
The path to a JSON file.
If implemented, specifies the string with JSON content.
A string that specifies a JSON data source.
If implemented, specifies the path to a JSON data source.
The path to an JSON data source.
If implemented, provides a view for the Select an Assembly page of the Data Source Wizard.
Occurs when the selected item in the list of available assemblies is changed.
If implemented, initializes a wizard page with the list of available assemblies.
If implemented, specifies the item selected in the list of available assemblies.
An object containing settings of the selected assembly.
If implemented, changes the list of available assemblies.
A collection of objects containing settings of assemblies.
The state of the Show only highlighted assemblies check box.
If implemented, specifies the state of the Show only highlighted assemblies check box.
true, to disable the check box; otherwise, false.
If implemented, provides a view for the Select the Data Binding Mode page of the Data Source Wizard.
Occurs when the object binding mode selected on a wizard page is changed.
If implemented, specifies whether the mode obtaining the data source schema or the mode retrieving actual data is selected on a wizard page.
true, to select the mode obtaining only the data source schema; otherwise, false.
If implemented, provides a view for the Select a Data Source Constructor page of the Data Source Wizard.
Occurs when the selected item in the list of available constructors is changed.
If implemented, initializes a wizard page with the list of available constructors.
A collection of objects containing the settings of constructors.
The state of the Show only highlighted constructors check box.
If implemented, specifies the item selected in the list of available data source constructors.
An object containing settings of the selected data source constructor.
If implemented, specifies the state of the Show only highlighted constructors check box.
true, to disable the check box; otherwise, false.
If implemented, provides a view for the Select a Data Source Member page of the Data Source Wizard.
Occurs when the selected item in the list of available members is changed.
If implemented, initializes a wizard page with the list of available members.
A collection of objects containing settings of object members.
A value that specifies whether binding to an object member (not to the entire object) is selected.
The state of the Show only highlighted members check box.
If implemented, specifies the item selected in the list of available members.
An object containing settings of the selected member.
If implemented, specifies the state of the Show only highlighted members check box.
true, to disable the check box; otherwise, false.
If implemented, provides a view for the Select a Data Source Type page of the Data Source Wizard.
Occurs when the selected item in the list of available types is changed.
If implemented, initializes a wizard page with the list of available types.
A collection of objects containing settings of object types.
The state of the Show only highlighted types check box.
If implemented, specifies the item selected in the list of available types.
An object containing settings of the selected type.
If implemented, specifies the state of the Show only highlighted types check box.
true, to disable the check box; otherwise, false.
If implemented, provides a view for the Choose an Entity Type page of the Data Source Wizard.
If implemented, specifies the selected persistent object class.
A value that specifies the selected persistent object class.
If implemented, initializes the Choose an Entity Type wizard page with the list of available entity types.
A collection of available persistent object classes.
If implemented, provides a view for the Configure Filters page of the Data Source Wizard.
Provides access to the collection of data filters associated with the corresponding data source.
An array of objects.
Initializes a wizard page with the list of available tables and filters.
An array of objects.
A dictionary, specifying a value pair that includes the DBSet‘s name and the DBTable.
If implemented, provides a view for the Bind to a Stored Procedure page of the Data Source Wizard.
Occurs when the Add button is clicked on a wizard page.
If implemented, adds the specified stored procedures to the list to be used.
A collection of objects, which provide the settings of stored procedures.
If implemented, shows the dialog for selecting stored procedures to be added to the list.
A collection of objects containing the settings of available stored procedures.
A collection of objects containing the settings of the selected stored procedures.
If implemented, initializes a wizard page with the specified options.
A collection of objects.
A function, specifying the required object.
If implemented, gets the stored procedures with the specified parameters from the list of procedures to be used.
A collection of objects, which provide the settings of stored procedures.
Occurs when the Remove button is clicked on a wizard page.
If implemented, removes the specified stored procedure from the list of procedures to be used.
A object that provides the stored procedure settings.
If implemented, gets the selected item in the list of stored procedures to be used.
A object containing the settings of the selected stored procedure.
If implemented, activates or deactivates the Add button on a wizard page.
true, to activate the button; false, to deactivate the button.
If implemented, provides a view for the Choose Columns page of the Data Source Wizard.
Occurs when a collection of selected columns from an Excel file is changed.
If implemented, initializes a wizard page with the list of available columns.
A collection of objects containing settings of Excel data fields.
A function that previews the result data.
If implemented, gets a collection of columns selected on a wizard page.
An array of objects containing the settings of Excel data fields.
If implemented, provides a view for the Configure Query Parameters page of the Data Source Wizard.
If implemented, displays the dialog to confirm query execution.
true, if the query execution is confirmed; otherwise, false.
If implemented, returns a collection of stored procedure parameters.
A collection of objects implementing the interface.
If implemented, initializes a wizard page with the specified options.
A collection of objects.
A function, specifying the required object.
A Boolean value, specifying whether or not an end-user is allowed to edit parameters on this wizard page.
true, to switch to an older version of the Expression Editor that does not support intelligent code completion; otherwise, false.
If implemented, displays the error message about duplicating the specified column.
The name of the column that is duplicated.
If implemented, provides a view for the Create a Query or Select a Stored Procedure page of the Data Source Wizard.
If implemented, creates an object that enables running the Query Builder.
An object implementing the interface that provides the capability to customize the data source schema (by calling the IDBSchemaProviderEx.LoadColumns method).
A object that is used to display database objects in the grid control.
An object specifying a connection to an SQL data source.
An object implementing the interface that provides the capability to manage report parameters.
A object.
For internal use. If implemented, initializes a wizard page with the specified options.
Specifies whether custom SQL editing is enabled on a wizard page.
Specifies whether a data source contains stored procedures.
An object specifying an SQL query formatter.
If implemented, specifies the type of the query selected on a wizard page.
A enumerator value.
Occurs when the query type selected on a wizard page is changed.
Occurs when the Run Query Builder button is clicked on a wizard page.
If implemented, specifies the index of the selected item in the list of available stored procedures.
An index of the selected stored procedure.
If implemented, specifies the SQL string created on a wizard page.
The SQL string.
Occurs when the SQL string created on a wizard page is changed.
Occurs when the selected item in the list of available stored procedures is changed.
If implemented, provides a view for the Specify a Connection String page of the Data Source Wizard.
Occurs when the item selected in the Provider drop-down list is changed.
If implemented, specifies the name of the connection created on a wizard page.
A string specifying the connection name.
If implemented, specifies the parameters of the current data connection.
A descendant containing connection parameters.
If implemented, initializes controls of the current wizard page.
If implemented, changes the item selected in the Provider drop-down list.
A string specifying the name of the provider to be selected.
If implemented, changes the list of existing connections on a wizard page.
A collection of strings specifying connection names.
If implemented, provides a view for the Create a Query or Select a Stored Procedure (Multi-Query Version) page of the Data Source Wizard.
Occurs on running the Query Builder for adding a new custom query.
Occurs on running the Query Builder for configuring an existing query.
For internal use. If implemented, creates an object that enables running the Master-Detail Relation Editor.
A DevExpress.DataAccess.Native.Sql.MasterDetail.MasterDetailRunnerBase object that enables running the Master-Detail Relation Editor.
If implemented, creates an object that enables running the Query Builder.
An object implementing the interface that provides the capability to customize the data source schema (by calling the IDBSchemaProviderEx.LoadColumns method).
A object that is used to display database objects in the grid control.
An object specifying a connection to an SQL data source.
An object implementing the interface that provides the capability to manage report parameters.
A object.
Occurs on deleting a custom query.
Occurs on running the Master-Detail Relation Editor for creating or editing data relationships.
Occurs on expanding a tree list node.
If implemented, returns a currently focused query item.
A object specifying a focused item.
If implemented, specifies the collection of tree list elements.
A collection of objects.
Occurs on changing the selection of any of the tree list items.
Occurs on changing the tree list layout requiring the tree list to re-render.
If implemented, specifies whether or not the Edit Relations button is enabled on the current wizard page.
true, to enable the Edit Relations button; otherwise, false.
If implemented, provides a view for the Configure Query Parameters page of the Data Source Wizard.
If implemented, returns the list of query parameters created while running the wizard.
A collection of objects implementing the interface (typically, these are the objects).
If implemented, initializes a wizard page with the specified settings.
A collection of objects.
A dictionary, specifying the queries available on this wizard page.
A function, specifying the required object.
A Boolean value, specifying whether or not an end-user is allowed to edit parameters on this wizard page.
true, to switch to an older version of the Expression Editor that does not support intelligent code completion; otherwise, false.
If implemented, returns the name of a query to which the currently edited parameter belongs.
A value, specifying the query name.
If implemented, provides a view for the Specify the Constructor Parameters page of the Data Source Wizard.
If implemented, returns a collection of constructor parameters.
A collection of objects implementing the interface.
If implemented, initializes a wizard page with the list of available constructor parameters.
A collection of objects implementing the interface.
If implemented, provides a view for the Specify the Member Parameters page of the Data Source Wizard.
If implemented, returns a collection of member parameters.
A collection of objects implementing the interface.
If implemented, initializes a wizard page with the list of available parameters.
A collection of objects implementing the interface.
If implemented, provides a view for the Save the Connection String page of the Data Source Wizard.
If implemented, specifies the name of the created connection.
A string specifying the name of the created connection.
If implemented, sets whether the connection string can be saved to the dedicated storage.
true, if the connection string can be saved to the storage; otherwise, false.
If implemented, sets whether the data connection uses server authentication.
true, if the data connection uses server authentication; otherwise, false.
If implemented, specifies whether to save the connection string to the dedicated storage.
true, to save the connection string; otherwise, false.
If implemented, gets whether to save the user credentials along with the connection string.
true, to save the user credentials; otherwise, false.
Provides data for the IMultiQueryConfigurePageView.ItemUpdated and IMultiQueryConfigurePageView.ExpandNode events.
Initializes a new instance of the class with the specified item.
A object. This value is assigned to the ItemUpdatedEventArgs.Item property.
Specifies the tree list item that has changed its state.
A object.
A method that will handle the IMultiQueryConfigurePageView.ItemUpdated and IMultiQueryConfigurePageView.ExpandNode events.
The event sender.
A object that contains data related to the event.
If implemented, provides the View functionality to Data Source Wizard pages.
Specifies the description of a wizard page.
A value, specifying the page description.
Enumerates values that specify the type of connection to a JSON data source on the Specify JSON Data Location page of the Data Source Wizard.
A string with JSON content.
A JSON file.
A Web Service Endpoint URI.
Provides information about parameters displayed in the Data Source Wizard when binding to an object data source.
Initializes a new instance of the class with the specified settings.
A collection of parameters displayed on a wizard page. This value is assigned to the ParametersViewInfo.Data property.
Gets a collection of parameters displayed on a wizard page.
An array of objects specifying parameter settings.
Determines whether the specified objects are equal.
The first object to compare.
The second object to compare.
true, if the specified objects are equal; otherwise, false.
Returns the textual representation of the current object.
A string that represents the current object.
Provides information about a stored procedure that is displayed in the Data Source Wizard when binding to an Entity Framework data source.
Initializes a new instance of the class with the specified settings.
An object containing settings of a stored procedure provided by an Entity Framework data source.
A value that specifies whether a stored procedure is selected for use.
Initializes a new instance of the class with the specified settings.
An object containing settings of a stored procedure provided by an Entity Framework data source.
Initializes a new instance of the class with the specified name.
A string that specifies the stored procedure name.
Specifies whether a stored procedure is added to the list for use.
true, if the stored procedure is selected to be used; otherwise, false.
Gets a stored procedure.
An object containing settings of a stored procedure provided by an Entity Framework data source.
Returns the stored procedure display name.
A string that specifies the stored procedure name.
Contains information about a type that is displayed in the Data Source Wizard when binding to an object data source.
Initializes a new instance of the class with the specified settings.
true, if this type is decorated with a Highlighted attribute; otherwise, false. This value is assigned to the TypeViewInfo.Highlighted property.
A value, specifying the namespace. This value is assigned to the TypeViewInfo.Namespace property.
A value, specifying the type name. This value is assigned to the TypeViewInfo.TypeName property.
A value, specifying the type’s full name (including the information about its namespace). This value is assigned to the TypeViewInfo.TypeFullName property.
A enumeration value. This value is assigned to the TypeViewInfo.ClassType property.
A collection of objects. This value is assigned to the TypeViewInfo.Nested property.
Initializes a new instance of the class with the specified settings.
true, if this type is decorated with a Highlighted attribute; otherwise, false. This value is assigned to the TypeViewInfo.Highlighted property.
A value, specifying the namespace. This value is assigned to the TypeViewInfo.Namespace property.
A value, specifying the type name. This value is assigned to the TypeViewInfo.TypeName property.
A value, specifying the type’s full name (including the information about its namespace). This value is assigned to the TypeViewInfo.TypeFullName property.
A enumeration value. This value is assigned to the TypeViewInfo.ClassType property.
Indicates the object type.
A enumeration value.
Gets whether a type is highlighted using the .
true, if the class is highlighted; otherwise, false.
Gets the name of the namespace containing the current type.
A string that specifies the namespace containing the current type.
Gets nested types of the current type in the hierarchy displayed on a wizard page.
An array of objects specifying nested types of the current type.
Gets the parent type of the current type in the hierarchy displayed on a wizard page.
A object specifying the parent of the current type.
Gets the full name of the current type, which includes its namespace.
A value.
Gets the name of the current type.
A string specifying the type name.
Lists the supported object types.
The object is an abstract class.
The object is a class.
The object is an interface.
The object is a namespace.
The object is a static class.