DevExpress.DataAccess.v14.1
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.
A collection of stored procedures provided by an .
Adds an array of objects to the collection.
An array of objects to append to the collection.
Contains parameters used to establish a connection to a DB2 database server.
Initializes a new instance of the DB2ConnectionParameters class with default settings.
Initializes a new instance of the DB2ConnectionParameters class.
A that specifies the name of the DB2 server to which the connection should be established. This value is assigned to the property.
A that specifies the name of the database that contains the required data. This value is assigned to the property.
A that specifies the user name used to authenticate to the DB2 server. This value is assigned to the property.
A that specifies the password used to authenticate to the DB2 server. This value is assigned to the property.
A SQL data source.
Initializes a new instance of the SqlDataSource class with default settings.
Initializes a new instance of the SqlDataSource class with the specified connection parameters.
A descendant, specifying the data connection parameters.
Initializes a new instance of the SqlDataSource class with the specified connection name.
A value, specifying the connection name.
Initializes a new instance of the SqlDataSource class with the specified connection name and parameters.
A value, specifying the connection name.
A descendant, corresponding to the appropriate data provider.
For internal use.
A value.
Allows you to customize connection settings before connecting to a database.
Provides access to the data connection settings of the SqlDataSource.
A object.
Fires after an attempt to establish a data connection has failed.
[To be supplied]
[To be supplied]
[To be supplied]
[To be supplied]
Allows you to include WHERE clauses in SQL queries.
Provides access to the database schema of the SqlDataSource.
A object.
Retrieves the data from the connected data source.
Retrieves the data from the connected data source with the specified connection parameters.
A collection of objects implementing the interface.
Deletes all data cached when filling the SqlDataSource.
Loads a custom database schema.
An object implementing the interface, specifying the provider of a custom database schema.
Loads a database schema.
Loads a custom database schema including the specified tables.
An object implementing the interface, specifying the provider of a custom database schema.
An array of values, specifying the tables to include into the database schema.
Loads a database schema including the specified tables.
An array of values, specifying the tables to include into the database schema.
Provides access to the collection of queries defined for the SqlDataSource.
A object.
Rebuilds the data source schema.
Rebuilds the data source schema with the specified parameters.
A collection of objects implementing the interface.
Rebuilds the data source schema after confirming the execution of associated queries.
A method that defines a set of criteria to determine whether or not the specified strings have been executed.
Rebuilds the data source schema with the specified parameters after confirming the execution of associated queries.
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.
Rebuilds the data source schema with the specified parameters after confirming the execution of specific queries.
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.
Provides access to the collection of master-detail relations of the SqlDataSource.
A object.
For internal use.
A value.
A connection to a .
Initializes a new instance of the SqlDataConnection class with the specified connection name and parameters.
A value, specifying the connection name. This value is assigner to the property.
A descendant. This value is assigned to the property.
Initializes a new instance of the SqlDataConnection class with default settings.
Closes the connection to a SQL data source.
Provides access to the data connection parameters of the SqlDataConnection.
A descendant, specifying the data connection parameters of the appropriate data provider.
Specifies the connection string of the SqlDataConnection.
A value, specifying the connection string.
Creates a connection string out of the specified query.
A value, specifying the query.
Creates a container storing the data connection parameters.
A descendant, specifying the connection parameters corresponding to the appropriate data provider.
Releases all resources used by SqlDataConnection.
Provides access to the SqlDataConnection's database schema.
A object.
Provides access to the SqlDataConnection's database schema with the specified table list.
An array of values.
A object.
Indicates whether or not the data connection is currently active.
true if the data connection is active; otherwise false.
For internal use. Use the method instead.
A value.
Identifies the data store provider.
A value, identifying the data store provider.
Contains parameters used to establish a connection to a PostgreSQL database server.
Initializes a new instance of the PostgreSqlConnectionParameters class with default settings.
Initializes a new instance of the PostgreSqlConnectionParameters class.
A that specifies the name of the PostgreSQL server to which the connection should be established. This value is assigned to the property.
A that specifies the name of the database that contains the required data. This value is assigned to the property.
A that specifies the user name used to authenticate to the PostgreSQL server. This value is assigned to the property.
A that specifies the password used to authenticate to the PostgreSQL server. This value is assigned to the property.
Represents a data store's table with the specified alias.
Initializes a new instance of the DBTableWithAlias class.
A specifying the name of the table. This value is assigned to the field.
A specifying the table's alias. This value is assigned to the property.
Gets or sets the table's alias.
A specifying the table's alias.
Represents a column in a .
Initializes a new instance of the DBColumnWithAlias class.
A that specifies the column's name. This value is assigned to the field.
A that specifies the column's alias. This value is assigned to the property.
Initializes a new instance of the DBColumnWithAlias class.
A that specifies the column's name. This value is assigned to the field.
A that specifies the column's alias. This value is assigned to the property.
A value specifying whether the current column is the primary key. This value is assigned to the field.
A specifying the name of the column data type. This value is assigned to the field.
Specifies the maximum length of a text column. This value is assigned to the field.
A DBColumnType enumeration value that specifies the column's type. This value is assigned to the field.
Gets or sets the column's alias.
A specifying the column's alias.
Represents a data store schema that combines objects(descendants).
Initializes a new instance of the DBSchema class.
An array of objects representing tables that will be included in the DBSchema. This value is assigned to the property.
An array of objects representing views that will be included in the DBSchema. This value is assigned to the property.
Initializes a new instance of the DBSchema class with default settings.
[To be supplied]
[To be supplied]
[To be supplied]
[To be supplied]
Loads the data store's schema from a specific stream.
A descendant from which the data store's schema is loaded.
Saves the data store's schema to a specific stream.
A descendant to which the data store's schema is written.
[To be supplied]
[To be supplied]
Gets tables included in the DBSchema.
An array of objects representing tables included in the DBSchema.
Gets views included in the DBSchema.
An array of objects representing views included in the DBSchema.
A parameter passed to a .
Initializes a new instance of the QueryParameter class with default settings.
Initializes a new instance of the QueryParameter class with the specified settings.
A value, specifying the parameter name.
A value, specifying the parameter type.
A value, specifying the parameter value.
A collection of parameters.
Initialize a new instance of the ParameterCollection class.
Adds an array of objects to the end of the current collection.
An array of objects.
Provides indexed access to individual items in the collection.
A that represent the parameter name.
A object that represents a parameter.
Provides basic functionality for parameters.
Initializes a new instance of the Parameter class with default settings.
Initializes a new instance of the Parameter class.
A that specifies a parameter name. This value is assigned to the property.
A that specifies a parameter type. This value is assigned to the property.
A parameter value. This value is assigned to the property.
Creates a copy of the current Parameter object.
A Parameter object that represents a parameter.
Gets or sets a parameter name.
A that specifies a parameter name.
Gets or sets a parameter type.
A that specifies a parameter type.
Gets or sets a parameter value.
An object that specifies a parameter value.
A method that will handle the ConnectionError event.
A method that will handle the ConnectionError event.
The event source.
A object that contains event data.
Provides data for the ConnectionError event.
Initializes a new instance of the ConnectionErrorEventArgs class.
A that specifies the name of the connection for which the event has been raised. This value is assigned to the property.
A descendant that contains connection parameters. This object is assigned to the 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.
Serves as the base class for classes that represent a data provider.
[To be supplied]
[To be supplied]
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.
Serves as the base class for classes that represent a data connection.
[To be supplied]
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.
[To be supplied]
[To be supplied]
[To be supplied]
[To be supplied]
[To be supplied]
[To be supplied]
[To be supplied]
[To be supplied]
[To be supplied]
[To be supplied]
[To be supplied]
[To be supplied]
[To be supplied]
Gets or sets the name of a data connection.
A that specifies the name of a data connection.
[To be supplied]
[To be supplied]
[To be supplied]
Provides the means to localize the Query Designer and Report Wizard.
Initializes a new instance of the DataAccessLocalizer class with default settings.
Specifies a localizer object providing localization of an application's Query Designer 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 connection to an Entity Framework data source.
Initializes a new instance of the EFDataConnection class with the specified connection name and parameters.
A value, specifying the connection name. This value is assigner to the property.
A descendant. This value is assigned to the 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 container storing the data connection parameters.
A descendant, specifying the connection parameters of the current data connection.
Releases all resources used by an EFDataConnection.
Obtains schema information for the specified tables of a data source.
An array of s specifying names of data source tables for which to obtain schema information.
A object.
Obtains schema information for data source tables .
A object.
Specifies whether or not the data connection is currently active.
true if the data connection is active; otherwise false.
Specifies the solution types provider for an EFDataConnection.
An object implementing the ISolutionTypesProvider interface that provides access to the known types in the current solution.
Contains values corresponding to strings that can be localized for a Data Access application.
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: "Please wait"
Default value: "Connecting to the database"
Default value: " (in the config file)"
Default value: " (from the Server Explorer)"
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: "A column with the following name already exists: \"{0}\".\"{1}\"."
Default value: "A table with the following name already exists: \"{0}\"."
Default value: "Column{0}"
Default value: "The specified relation is incomplete: \"{0}\"."
Default value: "Loading Data..."
Default value: "{0} of {1}..."
Default value: "Loading data source"
Default value: "The collection already contains the '{0}' item"
Default value: "This collection already contains an item with the '{0}' name"
Default value: "Item name cannot be null or an empty string"
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: "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: "Behavior"
Default value: "Data"
Default value: "Design"
Default value: ", "
Default value: "{0} on {1}"
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: "A relation cannot be null."
Default value: "The reference table has not been selected: \"{0}\"."
Default value: "The SQL string is null or empty."
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: , is expected."
Default value: "Parameter name mismatch: , is expected."
Default value: "A parameter cannot be null."
Default value: "Parameter type mismatch: , is expected."
Default value: "The schema does not contain the specified table: \"{0}\"."
Default value: "A table cannot be null."
Default value: "The following tables have no relations: \"{0}\"."
Default value: "The column name is not specified."
Default value: "The table name is not specified."
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."
Contains parameters used to establish a connection to an ASE database server.
Initializes a new instance of the AseConnectionParameters class with default settings.
Initializes a new instance of the AseConnectionParameters class.
A that specifies the name of the ASE server to which the connection should be established. This value is assigned to the property.
A that specifies the name of the database that contains the required data. This value is assigned to the property.
A that specifies the user name used to authenticate to the ASE server. This value is assigned to the property.
A that specifies the password used to authenticate to the ASE server. This value is assigned to the property.
Contains parameters used to establish a connection to a Microsoft SQL Server.
Initializes a new instance of the MsSqlConnectionParameters class with default settings.
Initializes a new instance of the MsSqlConnectionParameters class.
A that specifies the name of the Microsoft SQL Server to which the connection should be established. This value is assigned to the property.
A that specifies the name of the database that contains the required data. This value is assigned to the property.
A that specifies the user name used to authenticate to the Microsoft SQL Server. This value is assigned to the property.
A that specifies the password used to authenticate to the Microsoft SQL Server. This value is assigned to the property.
A value that specifies the authentication mode of the Microsoft SQL Server.
Gets or sets the authentication mode of the Microsoft SQL Server.
A value that specifies the authentication mode of the Microsoft SQL Server.
Contains parameters used to establish a connection to a Microsoft SQL Server Compact Edition database file.
Initializes a new instance of the MsSqlCEConnectionParameters class with default settings.
Initializes a new instance of the MsSqlCEConnectionParameters class.
A that specifies the path to the Microsoft SQL Server Compact Edition database file. This value is assigned to the property.
A that specifies the password used for authentication. This value is assigned to the property.
Serves as the base for classes that contain the parameters of data connections.
Contains a connection string.
Initializes a new instance of the CustomStringConnectionParameters class with default settings.
Initializes a new instance of the CustomStringConnectionParameters class.
A that contains connection parameters. This value is assigned to the property.
Gets or sets a connection string.
A that contains connection parameters.
Lists values that specify the authentication mode of the Microsoft SQL Server.
Authenticate with a SQL server account.
Authenticate with a Windows user account.
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.
Contains parameters used to establish a connection to an Advantage database file.
Initializes a new instance of the AdvantageConnectionParameters class with default settings.
Initializes a new instance of the AdvantageConnectionParameters class.
A that specifies the path to the Advantage database file. This value is assigned to the property.
A that specifies the user name used for authentication. This value is assigned to the property.
A that specifies the password used for authentication. This value is assigned to the 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 Access 97 database file.
Initializes a new instance of the Access97ConnectionParameters class with default settings.
Initializes a new instance of the Access97ConnectionParameters class.
A that specifies the path to the Access 97 database file. This value is assigned to the property.
A that specifies the user name used for authentication. This value is assigned to the property.
A that specifies the password used for authentication. This value is assigned to the 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.
Serves as the base class for classes that represent the data source.
Gets or sets the data source name used in code to identify the data source object.
A that specifies the data source name used in code to identify the data source object.
Gets or sets the data object for the data source.
An object that contains data for the data source.
For internal use.
[To be supplied]
Gets or sets the name of the data source.
A that specifies the name of the data source.
Returns the string that represents the current object.
A that represents the current object.
For internal use.
[To be supplied]
For internal use.
[To be supplied]
For internal use.
[To be supplied]
Provides the capability to customize the data store schema.
[To be supplied]
[To be supplied]
[To be supplied]
[To be supplied]
[To be supplied]
[To be supplied]
[To be supplied]
Contains parameters used to establish a connection to an Access 2007 database file.
Initializes a new instance of the Access2007ConnectionParameters class with default settings.
Initializes a new instance of the Access2007ConnectionParameters class.
A that specifies the path to the Access 2007 database file. This value is assigned to the property.
A that specifies the password used for authentication. This value is assigned to the property.
The exception occurring after a data source connection has failed.
Initializes a new instance of the DatabaseConnectionException class with the specified message.
A value, specifying the message displayed when a database connection fails.
Initializes a new instance of the DatabaseConnectionException 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.
Contains parameters used to establish a connection to a SQLite database file.
Initializes a new instance of the SQLiteConnectionParameters class with default settings.
Initializes a new instance of the SQLiteConnectionParameters class.
A that specifies the path to the SQLite database file. This value is assigned to the property.
A that specifies the password used for authentication. This value is assigned to the property.
References a method that will handle the or event.
References a method that will handle DataLoading events.
The event source.
A object that contains event data.
Contains parameters used to establish a connection to a Pervasive PSQL database server.
Initializes a new instance of the PervasiveSqlConnectionParameters class with default settings.
Initializes a new instance of the PervasiveSqlConnectionParameters class.
A that specifies the name of the Pervasive PSQL server to which the connection should be established. This value is assigned to the property.
A that specifies the name of the database that contains the required data. This value is assigned to the property.
A that specifies the user name used to authenticate to the Pervasive PSQL server. This value is assigned to the property.
A that specifies the password used to authenticate to the Pervasive PSQL server. This value is assigned to the property.
Contains parameters used to establish a connection to an Entity Framework data source.
Initializes a new instance of the EFConnectionParameters class with default settings.
Initializes a new instance of the EFConnectionParameters class with the specified settings.
A value.
A value.
A value.
A value.
Initializes a new instance of the EFConnectionParameters class with the specified settings.
A object.
A value.
A value.
Initializes a new instance of the EFConnectionParameters class with the specified settings.
A object.
A value.
Initializes a new instance of the EFConnectionParameters class with the specified settings.
A value.
A value.
Initializes a new instance of the EFConnectionParameters 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.
Specifies the type of an Entity Framework database context used to connect to data.
A object specifying the type of a database context.
Provides data for the CustomFilterExpression events.
Initializes a new instance of the CustomFilterExpressionEventArgs class.
A that specifies the name of the data source. This value is assigned to the property.
A that specifies the display caption of the data source. This value is assigned to the property.
A value, specifying the table name. This value is assigned to the 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.
Indicates the name of a data table to which the applies.
A value, specifying the table name.
Contains parameters used to establish a connection to a VistaDB database file.
Initializes a new instance of the VistaDBConnectionParameters class with default settings.
Initializes a new instance of the VistaDBConnectionParameters class.
A that specifies the path to the VistaDB database file. This value is assigned to the property.
A that specifies the password used for authentication. This value is assigned to the property.
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.
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 object.
Removes all items from the collection.
Determines whether or not the collection contains the specified master-detail relation.
A object to locate in the collection.
true if the specified relation is a member of the collection; otherwise, false.
Copies the entire master-detail relation 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 master-detail relations that are available in a collection.
An integer value, specifying the item count.
Returns the data relations stored in the MasterDetailInfoCollection.
A collection of objects.
Returns the zero-based index of the specified master-detail relation in the collection.
A object to locate in the collection.
An integer value, specifying the position of the specified query in the collection.
Inserts the specified master-detail relation 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.
[To be supplied]
A value.
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.
Removes the specified master-detail relation from the collection.
A object.
true if the specified relation 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.
Contains parameters used to establish a connection to an Oracle server.
Initializes a new instance of the OracleConnectionParameters class with default settings.
Initializes a new instance of the OracleConnectionParameters class.
A that specifies the name of the Oracle server to which the connection should be established. This value is assigned to the property.
A that specifies the user name used to authenticate to the Oracle server. This value is assigned to the property.
A that specifies the password used to authenticate to the Oracle server. This value is assigned to the 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 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.
Provides data for the ConfigureDataConnection events.
Initializes a new instance of the ConfigureDataConnectionEventArgs class.
A that specifies the name of the connection for which the event has been raised. This value is assigned to the property.
A descendant that contains connection parameters. This object is assigned to the 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.
A custom query.
Initializes a new instance of the CustomSqlQuery class with the specified query string.
A value. This value is assigned to the property.
Initializes a new instance of the CustomSqlQuery class with default settings.
Specifies the custom query string.
A value, specifying the query.
Checks the validity of the CustomSqlQuery.
Checks the validity of the CustomSqlQuery against the specified database schema.
A object, against which to validate the query.
A collection of objects.
Adds the specified query to the collection.
A object.
Appends an array of SQL queries to the SqlQueryCollection.
An array of objects to append to the collection.
Appends a collection of SQL queries to the SqlQueryCollection.
A collection of objects to append to the collection.
Checks whether or not a query with the specified name can be added to the SqlQueryCollection.
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 SqlQueryCollection.
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 SqlQueryCollection.
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, specifying 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.
[To be supplied]
[To be supplied]
[To be supplied]
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.
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.
A default localizer to translate a Data Access application's resources.
Initializes a new instance of the DataAccessResLocalizer class with default settings.
"LocalizationRes"
[To be supplied]
Contains information about a stored procedure provided by an .
Initializes a new instance of the EFStoredProcedureInfo class with default settings.
Initializes a new instance of the EFStoredProcedureInfo class with the specified name.
A value specifying the stored procedure name.
Initializes a new instance of the EFStoredProcedureInfo class with specified settings.
A value specifying the stored procedure name.
A collection of stored procedure parameters.
[To be supplied]
[To be supplied]
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.
Contains parameters used to establish a connection to a cube in an MS Analysis Services database.
Initializes a new instance of the OlapConnectionParameters class with default settings.
Initializes a new instance of the OlapConnectionParameters class.
A that represents a connection string to a cube in an MS Analysis Services database.
A collection of stored procedure parameters.
Initializes a new instance of the EFParameterCollection class with default settings.
Appends an array of stored procedure parameters to the collection.
An array of objects to append to the collection.
The exception occurring after a SQL string validation has failed.
Identifies the data column addressed by an associated SQL query.
Initializes a new instance of the ColumnInfo class with default settings.
Initializes a new instance of the ColumnInfo class with the specified alias and name.
A value, specifying the column info name. This value is assigned to the property.
A value, specifying the column info alias. This value is assigned to the property.
Initializes a new instance of the ColumnInfo class with the specified name.
A value, specifying the column info name. This value is assigned to the property.
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.
Specifies the name by which a data column is referred to in a database schema.
A value, specifying the data column name.
Identifies the data table addressed by an associated SQL query.
Initializes a new instance of the TableInfo class with default settings.
Initializes a new instance of the TableInfo class with the specified name.
A value, specifying the table info name. This value is assigned to the property.
Initializes a new instance of the TableInfo class with the specified alias and name.
A value, specifying the table info name. This value is assigned to the property.
A value, specifying the table info alias. This value is assigned to the 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 TableInfo 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 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 TableInfo.
A collection of objects, identifying the columns obtained from a data source as a query execution result.
Identifies the data relation defined by an associated SQL query.
Initializes a new instance of the RelationInfo class with the specified tables and key columns.
A value, specifying the parent table name. This value is assigned to the property.
A value, specifying the nested table name. This value is assigned to the property.
A collection of objects. This value is assigned to the property.
Initializes a new instance of the RelationInfo class with the specified tables and their key columns.
A value, specifying the parent table name. This value is assigned to the property.
A value, specifying the nested table name. This value is assigned to the property.
A collection of objects, specifying the parent column keys. This value is assigned to the property.
A collection of objects, specifying the nested column keys. This value is assigned to the property.
Initializes a new instance of the RelationInfo class with the specified settings.
A value, specifying the parent table name. This value is assigned to the property.
A value, specifying the nested table name. This value is assigned to the property.
A enumeration value. This value is assigned to the property.
A collection of objects, specifying the parent column keys. This value is assigned to the property.
A collection of objects, specifying the nested column keys. This value is assigned to the property.
Initializes a new instance of the RelationInfo class with the specified tables and a key column.
A value, specifying the parent table name. This value is assigned to the property.
A value, specifying the nested table name. This value is assigned to the property.
A object. This value is assigned to the property.
Initializes a new instance of the RelationInfo class with the specified settings.
A value, specifying the parent table name. This value is assigned to the property.
A value, specifying the nested table name. This value is assigned to the property.
A enumeration value. This value is assigned to the property.
A object. This value is assigned to the property.
Initializes a new instance of the RelationInfo class with the specified settings.
A value, specifying the parent table name. This value is assigned to the property.
A value, specifying the nested table name. This value is assigned to the property.
A enumeration value. This value is assigned to the property.
A collection of objects, specifying the parent column keys. This value is assigned to the property.
Initializes a new instance of the RelationInfo class with default settings.
Initializes a new instance of the RelationInfo class with the specified parent and nested tables.
A value, specifying the parent table name. This value is assigned to the property.
A value, specifying the nested table name. This value is assigned to the property.
Initializes a new instance of the RelationInfo class with the specified tables and join type.
A value, specifying the parent table name. This value is assigned to the property.
A value, specifying the nested table name. This value is assigned to the property.
A enumeration value. This value is assigned to the 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 RelationInfo.
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 RelationInfo.
A value.
A set of columns (from a single table or multiple joined tables), which forms a SELECT statement when executing a query.
Initializes a new instance of the TableQuery class with default settings.
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 property of the created object.
A value, specifying the nested table name. This value is assigned to the property of the created object.
A value, specifying the parent key column name. This value is assigned to the property of the created object.
A value, specifying the nested key column name. This value is assigned to the 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 property of the associated object.
A object, identifying the data table.
Specifies the filter criteria to add to the SELECT statement of the TableQuery.
A value, corresponding to the SELECT statement of the query.
Returns the data table with the specified name.
A value, specifying the data table name.
A object, specifying the data table.
Provides access to the TableQuery's collection of objects.
A DevExpress.DataAccess.Sql.RelationInfoList object.
Provides access to the TableQuery's collection of objects.
A DevExpress.DataAccess.Sql.TableInfoList object.
Checks the validity of the TableQuery against the specified database schema.
A object, against which to validate the query.
Checks the validity of the TableQuery.
A formalized description of a database query.
Specifies the query name.
A value, specifying the query name.
Provides access to the collection of parameters defined for the SqlQuery.
A collection of objects.
Returns the textual representation of SqlQuery.
A value.
Checks the validity of the SqlQuery.
Checks the validity of the SqlQuery against the specified database schema.
A object, against which to validate the query.
A parameter passed to a stored procedure by an .
Initializes a new instance of the EFParameter class with default settings.
Initializes a new instance of the EFParameter 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 stored procedure call.
Initializes a new instance of the StoredProcQuery class with the specified stored procedure.
A value. This value is assigned to the property.
Initializes a new instance of the StoredProcQuery class with default settings.
Initializes a new instance of the StoredProcQuery class with the specified stored procedure and parameters.
A value. This value is assigned to the property.
A collection of objects. This value is assigned to the property.
Specifies the stored procedure to use in the query.
A value, specifying the stored procedure name.
Checks the validity of the StoredProcQuery against the specified database schema.
A object, against which to validate the query.
Checks the validity of the StoredProcQuery.
Provides data for the DataLoading events of the and .
Initializes a new instance of the DataLoadingEventArgs class.
A that specifies the data source name used in code.
A that specifies the data source name.
Gets or sets data for the current data source.
Data for the current data source.
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.
Identifies the master-detail relation defined by associated SQL queries.
Initializes a new instance of the MasterDetailInfo class with the specified settings.
A value, specifying the master query name. This value is assigned to the property.
A value, specifying the detail query name. This value is assigned to the property.
A object. This value is assigned to the property.
A object. This value is assigned to the property.
Initializes a new instance of the MasterDetailInfo class with the specified settings.
A value, specifying the master query name. This value is assigned to the property.
A value, specifying the detail query name. This value is assigned to the property.
A object. This value is assigned to the property.
Initializes a new instance of the MasterDetailInfo class with default settings.
Initializes a new instance of the MasterDetailInfo class with the specified settings.
A value, specifying the master query name. This value is assigned to the property.
A value, specifying the detail query name. This value is assigned to the property.
Initializes a new instance of the MasterDetailInfo class with the specified settings.
A value, specifying the master query name. This value is assigned to the property.
A value, specifying the detail query name. This value is assigned to the property.
A collection of objects. This value is assigned to the property.
Specifies the detail query name of the master-detail relation.
A value, specifying the detail query name.
Generates the default name for the master-detail relation.
A value, specifying the relation's name.
Returns detailed information about the master-detail relation, including the queries that are related and their corresponding key columns.
A value, describing the master-detail relation.
Indicates whether or not the name of a master-detail relation has been specified.
true if the relation has been provided with a custom name; otherwise false.
Provides access to the collection of key columns defined for the master-detail relation.
A collection of objects.
Specifies the master query name of the master-detail relation.
A value, specifying the master query name.
Specifies the relation name.
A value, specifying the relation name.
Returns the textual representation of MasterDetailInfo.
A value.
Stores the master and nested keys of a data relation column.
Initializes a new instance of the RelationColumnInfo class with the specified settings.
A value, specifying the parent key column name. This value is assigned to the property.
A value, specifying the nested key column name. This value is assigned to the property.
Initializes a new instance of the RelationColumnInfo class with default settings.
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.
Returns the textual representation of RelationColumnInfo.
A value.
References a method that will handle the or event.
References a method that will handle the CustomFilterExpression events.
The event source.
A object that contains event data.
Provides data for the event.
Initializes a new instance of the NotifyingCollectionChangedEventArgs class.
A collection that contains items that have been added to the collection. This value is assigned to the property.
A collection that contains items that have been removed from the collection. This value is assigned to the property.
Gets the items that have been added to the collection.
A collection containing items that have been added to the collection.
Gets the items that have been removed from the collection.
A collection containing items that have been removed from the collection.
An Entity Framework data source.
Initializes a new instance of the EFDataSource class with default settings.
Initializes a new instance of the EFDataSource class with the specified connection parameters.
An object containing parameters used to establish a data connection.
A specifying the name of a stored procedure.
Initializes a new instance of the EFDataSource class with specified connection parameters.
An object containing parameters used to establish a data connection.
Specifies the connection for an EFDataSource.
A object.
For internal use.
Specifies a connection string used to connect to data.
A value, specifying the connection string.
Specifies the name of a connection string used to connect to data.
A value, specifying the name of a connection string.
Retrieves data from the data source.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
Specifies the name of a stored procedure providing data to an Entity Framework data source,
A specifying the name of the stored procedure.
Specifies a collection of parameters that are passed to a stored procedure.
A list of objects.
Gets the collection of stored procedures provided by an EFDataSource.
A object specifying a collection of stored procedures.
A collection that sends notification when its content is changed.
Initializes a new instance of the NotifyingCollection class.
Adds items in the specified collection to the current collection.
A object representing the collection of items to append to the collection.
Adds the specified items to the collection.
An array that contains zero or more T objects to add to the collection.
Occurs before items are added to the collection.
Locks updates of the NotifyingCollection until the method call.
Occurs after items are added to or removed from the collection.
Determines whether the collection contains an item that matches the specified predicate.
A that specifies the condition used to determine whether the collection contains an item.
true, if the collection contains an item that matches the specified predicate; otherwise, false.
Unlocks the NotifyingCollection.
Returns the first item that matches the specified predicate.
A that specifies the condition used to obtain the first item.
A T object representing the first item that matches the specified predicate.
Performs the specified action on each element of the current collection.
The action to perform on each element of the collection.
Removes the specified items from the collection.
An array that contains zero or more T objects to remove from the collection.
Removes items in the specified collection from the current collection.
A object representing the collection of items to remove from the collection.
Returns the elements of the NotifyingCollection collection as an array.
An array containing the elements of the NotifyingCollection collection.
Contains parameters used to establish a connection to a MySQL server.
Initializes a new instance of the MySqlConnectionParameters class with default settings.
Initializes a new instance of the MySqlConnectionParameters class.
A that specifies the name of the MySQL server to which the connection should be established. This value is assigned to the property.
A that specifies the name of the database that contains the required data. This value is assigned to the property.
A that specifies the user name used to authenticate to the MySQL server. This value is assigned to the property.
A that specifies the password used to authenticate to the MySQL server. This value is assigned to the property.
Contains parameters used to establish a connection to an XML file.
Initializes a new instance of the XmlFileConnectionParameters class with default settings.
Initializes a new instance of the XmlFileConnectionParameters class.
A that specifies the path to the XML file. This value is assigned to the property.
Gets or sets the path to an XML file.
A that specifies the path to an XML file.
References a method that will handle the ConfigureDataConnection event.
References a method that will handle the ConfigureDataConnection events.
The event source.
A object that contains event data.
A collection that contains unique named items.
Initializes a new instance of the NamedItemCollection class.
Determines whether an item with the specified name is contained in the collection.
The that specifies the name of an item.
true, if an item with the specified name is contained in the collection; otherwise, false.
Gets an item with the specified name.
The that specifies the name of an item.
A T object that corresponds to the item with the specified name.
Removes an item with the specified name from the collection.
The that specifies the name of an item to remove from the collection.
true, if an item with the specified name is successfully removed from the collection; otherwise, false.
Contains parameters used to establish a connection to a Firebird database server or embedded database.
Initializes a new instance of the FireBirdConnectionParameters class with default settings.
Initializes a new instance of the FireBirdConnectionParameters 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 property.
A that specifies the name of the database that contains the required data. This value is assigned to the property.
A that specifies the user name used to authenticate to the Firebird server. This value is assigned to the property.
A that specifies the password used to authenticate to the Firebird server. This value is assigned to the property.
Initializes a new instance of the FireBirdConnectionParameters 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 property.
A that specifies the user name used for authentication. This value is assigned to the property.
A that specifies the password used for authentication. This value is assigned to the property.
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.
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.
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.