DevExpress.DataAccess.v15.1 An object schema that is used to manage database objects (e.g., objects or their 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. Initializes a new instance of the DBSchema class with the specified settings. An array of objects. An array of objects. An array of objects. 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. Gets stored procedures included in the DBSchema. A value. 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 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 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 EFDataConnection. 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 EFDataConnection. An object implementing the interface that provides access to the known types in the current solution. 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. 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. A collection of stored procedures provided by an . Adds a stored procedure to the current EFStoredProcedureInfoCollection. 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. 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. When implemented by a class, enables it to connect to a data source. Creates a connection string based on the specified value. A value. 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. When implemented by a class, provides a service functionality to store the data connection settings. If implemented, determine whether a connection can be saved to the connection storage. true, if a connection can 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 by a class, provides a service functionality to mange 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 Report Designer. A value. 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 Report Designer. A value. If implemented, provides access to a collection of the available report parameters. A collection of objects implementing the interface. A list of objects. Initializes a new instance of the ParameterList class with default settings. Initializes a new instance of the ParameterList class with the specified initial capacity. An integer specifying the initial list capacity. Initializes a new instance of the ParameterList class with the specified default set of elements. A collection of elements to be added to a list. Appends an array of master-detail relations to the ParameterList. An array of objects to append to the collection. Contains information about a member of an object data source. Initializes a new instance of the ObjectMember class with the specified member information. A value providing access to member metadata. Initializes a new instance of the ObjectMember class with the specified property descriptor. A value providing access to information about a property. Obtains a collection of attributes assigned to a member. A collection of values. 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. 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 MemberInfo object. Obtains the type of the current member. A value. Indicates the name of a member. A string containing the 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 ObjectMember. A value, which is the textual representation of an ObjectMember. 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 HighlightedMemberAttribute class with 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 HighlightedClassAttribute class with default settings. 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 HighlightedAssemblyAttribute class with default settings. Assists a report in connecting to an object data source. Initializes a new instance of the ObjectDataSource class with default settings. Specifies base-64 character data of an object data source. A value. 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. A value, specifying the data source. Specifies the type of an object data source. A structure. 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. 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. Performs parameter validation. 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 connection parameters. A value. Saves the XML definition of the object data source schema. A value containing an XML definition of the data source schema. When implemented by a class, provides the exception handler functionality. Indicates whether there are exceptions to handle. true, if there are exceptions to handle; otherwise, false. Handles the specified exception. A object. Provides functionality to access constructor parameters when binding to an . Initializes a new instance of the ObjectConstructorInfo class with default settings. Initializes a new instance of the ObjectConstructorInfo class with the specified constructor parameters. A collection of values, specifying parameters to be passed to an object constructor. Initializes a new instance of the ObjectConstructorInfo class with default settings. An array of objects. Provides access to the default object constructor. An ObjectConstructorInfo 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 ObjectConstructorInfo. A value, which is the textual representation of an ObjectConstructorInfo. A stored procedure call. Obsolete. 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. Obsolete. 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. Initializes a new instance of the StoredProcQuery class with the specified settings. A value. This value is assigned to the property. A value. This value is assigned to the property. A collection of objects. This value is assigned to the property. Initializes a new instance of the StoredProcQuery class with the specified query and stored procedure. A value. This value is assigned to the property. A value. 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. A collection of data tables. Initializes a new instance of the TableInfoList class with default settings. Initializes a new instance of the TableInfoList class with the specified capacity. An integer value, specifying the total number of elements that a list can hold without resizing. Initializes a new instance of the TableInfoList class with the specified settings. A collection of objects. Appends an array of data tables to the TableInfoList. An array of objects to append to the collection. A collection of master-detail relations. Initializes a new instance of the RelationInfoList class with the specified capacity. An integer value, specifying the total number of elements that a list can hold without resizing. Initializes a new instance of the RelationInfoList class with the specified settings. A collection of objects. Initializes a new instance of the RelationInfoList class with default settings. Appends an array of master-detail relations to the RelationInfoList. An array of objects to append to the collection. When implemented by a class, provides the data connection functionality. Loads the specified . A value, specifying the connection name. An object. Contains parameters used to establish a connection to a Teradata database server. Contains parameters used to establish a connection to a VistaDB 5 database file. Contains parameters used to establish a connection to an Amazon Redshift database. Contains values corresponding to strings that can be localized for a Data Access application. Default value: "The 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: "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: "Gathering types information..." Default value: "Cannot group by an aggregate column: \"{0}\".\"{1}\"." 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: "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: "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: "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: "Behavior" Default value: "Connection" Default value: "Data" Default value: "Design" Default value: "The following database provider is not supported: {0}." Default value: "The specified alias already exists." Default value: "Can join {0}" Default value: "Not all parts of the expression are specified." Default value: "Joined on {0}" Default value: "No column has been selected. Please select at least one column to proceed." 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: "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: "The following column is used as a sorting criterion more than once: \"{0}\".\"{1}\"." 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." 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. Initializes a new instance of the TableQuery class with the specified settings. A value. This value is assigned to the 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 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 collection of data relations defined for the TableQuery. A value, specifying the collection of master-detail relations. Provides access to the collection of data tables defined for the TableQuery. A value, specifying the collection of data tables. Checks the validity of the TableQuery. 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. Initializes a new instance of the CustomSqlQuery class with the specified name and query string. A value. This value is assigned to the property. A value. This value is assigned to the property. Specifies the custom query string. A value, specifying the query. Checks the validity of the CustomSqlQuery. 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. Provides the capability to customize the data store schema. 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. 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. A value, specifying the condition applied to the current column. This value is assigned to the property. Specifies the condition applied to the current column. A value, specifying the condition applied to the current column. 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. 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. Initializes a new instance of the EFConnectionParameters class with default settings. An 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. 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. Indicates the index of a specified data relation within the collection. A predicate, specifying the data relation to locate in the collection. A zero-based integer value, specifying the element's position within 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. 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. 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 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 the connection parameters of an Entity Framework data source. An object. 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. Loads the Entity Framework data source schema definition from XML. A value containing an XML definition of the data source schema. For internal use. For internal use. Saves the XML definition of the Entity Framework data source schema. A value containing an XML definition of the data source schema. 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 component to connect a Windows Forms control to a database (in read-only mode) and configure the data connection options. 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. Specifies the name of a data connection. A value, specifying the data connection name. Specifies the data connection settings of the SqlDataSource. A descendant, specifying the connection parameters of the SqlDataSource. Retrieves the data from the connected data source. Deletes all data cached when filling the SqlDataSource. 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 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 queries and 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. A collection of objects. 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. Provides access to the collection of master-detail relations of the SqlDataSource. A object. For internal use. A value. Saves the XML definition of the SQL data source schema. A value containing an XML definition of the data source schema. 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. 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. A default localizer to translate a Data Access application's resources. Initializes a new instance of the DataAccessResLocalizer class with default settings. "LocalizationRes" 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. 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. 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. 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. A data table with the specified alias (i.e., a correlation name or range variable). 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. A method that will handle the ConnectionError event. 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. Provides the means to localize the Query Builder 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 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. References a method that will handle the or event. 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. 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. 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. 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. 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 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. 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 number of the port used to listen for connections from client applications. 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. Specifies the number of the port used to listen for connections from client applications. A that specifies the number of the port. 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. 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 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. 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. 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 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 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. 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 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. 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 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 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. 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. 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. Initializes a new instance of the EFStoredProcedureInfo class with the specified prototype. A specifying a prototype for a new EFStoredProcedureInfo instance. 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. 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. 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. 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 store any connection settings except for the data connection name. true to store only the name of a data connection; otherwise false. 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. 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.