DevExpress.DataAccess.v15.2
Contains parameters used to establish a connection to a Teradata database server.
Initializes a new instance of the TeradataConnectionParameters class.
Initializes a new instance of the TeradataConnectionParameters class.
A value that specifies the name of the Teradata server to which the connection should be established.
A value that specifies the port used to establish a connection to server.
A value that specifies the database name.
A that specifies the user name used for authentication.
A that specifies the password used for authentication.
A default port used to establish a connection to a Teradata database server.
Gets or sets a port used to establish a connection to a Teradata database server.
A value that specifies the port used to establish a connection to a Teradata database server.
A cache of data retrieved using the .
Gets an individual table by its index.
A zero-based integer specifying the table index.
An object implementing the interface that is the data table.
Gets an individual table by its name.
A value that specifies the table name.
An object implementing the interface that is the data table.
Returns a table with the specified name using the table parameter.
A value that specifies the table name.
An object implementing the interface that is the table with the specified name.
true, if the table with the specified name exists; otherwise, false.
When implemented by a class, provides basic functionality required by data access components.
Gets the name of a data member associated with the current data component.
A containing the name of a data member.
Retrieves the data from a data source.
A collection of values.
Loads the data source schema definition from XML.
A value containing an XML definition of the data source schema.
Specifies the name of the current data component.
A containing the data component name.
Saves the XML definition of the data source schema.
A value containing an XML definition of the data source schema.
A master-detail relation of a .
Gets the detail table for the current relation.
An object implementing the interface that is the detail table for the current relation.
Gets a collection of detail key columns used to specify a master-detail relation.
A collection of objects implementing the interface that are detail key columns used to specify a master-detail relation.
Gets detail rows corresponding to the specified master row.
An object implementing the interface that specifies the master row.
A collection of objects implementing the interface that are detail rows.
Gets detail rows corresponding to the specified master row.
A zero-based integer that specifies the index of the master row.
A collection of objects implementing the interface that are detail rows.
Gets the master table for the current relation.
An object implementing the interface that is the master table for the current relation.
Gets a collection of master key columns used to specify a master-detail relation.
A collection of objects implementing the interface that are master key columns used to specify a master-detail relation.
Gets the name of the master-detail relation.
A that is the name of the master-detail relation.
Provides functionality to run the Report Wizard.
A value.
An object implementing the interface.
An object implementing the interface.
A value.
A value.
A value.
A value.
Lists the options available to customize the SQL Data Source Wizard.
Enables the SQL Wizard to silently save the credentials, without prompting a user.
Prevents a users from specifying the connection parameters manually, so that it is only possible for a user to select from the predefined set of parameters.
Enables a user to specify a custom SQL string in the Query Builder.
Applies the default settings to the SQL Data Source Wizard.
Disables the capability to view and modify the aliases of tables and columns. Instead, this option enables the use of custom names for tables and columns that are supplied by the interface.
When implemented, provides custom validation logic for SQL queries.
Validates a custom SQL query.
A object providing access to settings used to establish the current data connection.
A containing the SQL query to validate.
A specifying the error message to display if validation fails.
true, if the query is valid; otherwise, false.
References a method that will handle the event.
The event source.
A object that contains event data.
Lists values that identify the type of connection to an SAP SQL Anywhere database.
A connection is established to a file-based SAP SQL Anywhere database.
A connection is established to a server-based SAP SQL Anywhere database.
A schema of a column in a .
Gets an individual column value from the specified row.
An object implementing the interface that specifies the required row.
An individual column value.
Gets an individual column value by the specified row index.
A zero-based integer that specifies the row index.
An individual column value.
Gets an individual column value by the specified row index.
A zero-based integer that specifies the row index.
An individual column value.
Gets the column name.
A value that is the column name.
Gets the column type.
A value that is the column type.
Contains parameters used to establish a connection to Google BigQuery datasets.
Initializes a new instance of the BigQueryConnectionParameters class.
A value that specifies the ID of the project that contains the required data.
A value that specifies the ID of the dataset that contains required tables.
A value that specifies the service account's email address.
A value that specifies the path to the P12 private key file.
Initializes a new instance of the BigQueryConnectionParameters class.
A value that specifies the ID of the project that contains the required data.
A value that specifies the ID of the dataset that contains required tables.
A that specifies the client identifier.
A that specifies the client secret.
A that specifies the refresh token.
Initializes a new instance of the BigQueryConnectionParameters class.
Gets or sets the authorization type used establish a connection to data.
A enumeration value that specifies the authorization type used establish a connection to data.
Gets or sets the ID of the dataset that contains required tables.
A value that specifies the ID of the dataset that contains required tables.
Gets or sets a client identifier.
A that specifies the client identifier.
Gets or sets a client secret.
A that specifies the client secret.
Gets or sets a refresh token.
A that specifies the refresh token.
Gets or sets the path to the P12 private key file.
A value that specifies path to the P12 private key file.
Gets or sets the ID of the project that contains the required data.
A value that specifies the ID of the project that contains the required data.
Gets or sets the service account's email address.
A value that specifies the service account's email address.
Lists values used to specify the authorization type when connecting to a BigQuery data source.
Authorization is performed using OAuth client credentials.
Authorization is performed using the specified private key.
Contains the schema.
Initializes a new instance of the FieldInfoList class.
Initializes a new instance of the FieldInfoList class and adds the specified field elements to it.
A structure that contains elements to be added to the created class.
Appends an array of objects to the current FieldInfoList.
An array of objects to be added to the collection.
Contains settings of the field.
Initializes a new instance of the FieldInfo class.
Determines whether the specified object is equal to the current FieldInfo instance.
The object to compare with the current object.
true, if the specified object is equal to the current FieldInfo instance; otherwise, false.
Gets the hash code that corresponds to the value of the current FieldInfo object.
An integer value representing the hash code for the current object.
Gets or sets the name of the data source field.
A that specifies the name of the data source field.
Gets or sets whether the current field is included to a data source schema.
true, to include the current field to a data source schema; otherwise, false.
Gets or sets the type of the data source field.
A value that specifies the type of the data source field.
Provides data for the event.
Initializes a new instance of the BeforeFillEventArgs class.
Gets or sets a path to the Microsoft Excel workbook or CSV file.
A that specifies the path to the Microsoft Excel workbook or CSV file.
Gets or sets options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
A descendant containing options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
Gets or sets a stream that contains a Microsoft Excel workbook or CSV file.
A object containing a Microsoft Excel workbook or CSV file.
Gets or sets the format of the document contained in the .
A enumeration value that specifies the format of the document contained in the .
Contains options used to select data from the specified worksheet.
Initializes a new instance of the ExcelWorksheetSettings class.
Initializes a new instance of the ExcelWorksheetSettings class.
A value that specifies the name of the worksheet from which data is imported.
Initializes a new instance of the ExcelWorksheetSettings class.
A value that specifies the name of the worksheet from which data is imported.
A value that specifies the cell range used to import data.
Gets or sets the cell range from which data is imported.
A value that specifies the cell range from which data is imported.
Determines whether the specified object is equal to the current ExcelWorksheetSettings instance.
The object to compare with the current object.
true, if the specified object is equal to the current ExcelWorksheetSettings instance; otherwise, false.
Gets the hash code that corresponds to the value of the current ExcelWorksheetSettings object.
An integer value representing the hash code for the current object.
Gets or sets the name of the worksheet from which data is imported.
A value that specifies the name of the worksheet from which data is imported.
Contains options used to select data from the specified table.
Initializes a new instance of the ExcelTableSettings class.
Initializes a new instance of the ExcelTableSettings class.
A value that specifies the name of the table from which data is imported.
Determines whether the specified object is equal to the current ExcelTableSettings instance.
The object to compare with the current object.
true, if the specified object is equal to the current ExcelTableSettings instance; otherwise, false.
Gets the hash code that corresponds to the value of the current ExcelTableSettings object.
An integer value representing the hash code for the current object.
Gets or sets the name of the table from which data is imported.
A value that specifies the name of the table from which data is imported.
A data source used to extract data from Microsoft Excel workbooks or CSV files.
Initializes a new instance of the ExcelDataSource class.
Provides the capability to change options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
Gets or sets a path to the Microsoft Excel workbook or CSV file.
A that specifies the path to the Microsoft Excel workbook or CSV file.
Retrieves the data from the Excel data source.
Retrieves the data from the Excel data source with the specified parameters.
A collection of objects implementing the interface.
Loads the data source schema definition from XML.
A value containing an XML definition of the data source schema.
Saves the XML definition of the data source schema.
A value containing an XML definition of the data source schema.
Gets the schema.
A object that is the schema.
Gets or sets options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
A descendant containing options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
Gets or sets a stream that contains a Microsoft Excel workbook or CSV file.
A object containing a Microsoft Excel workbook or CSV file.
Gets or sets the format of the document contained in the .
A enumeration value that specifies the format of the document contained in the .
Serves as the base class for classes used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
Determines whether the specified object is equal to the current ExcelSourceOptionsBase instance.
The object to compare with the current object.
true, if the specified object is equal to the current ExcelSourceOptionsBase instance; otherwise, false.
Gets the hash code that corresponds to the value of the current ExcelSourceOptionsBase object.
An integer value representing the hash code for the current object.
Gets or sets whether or not to include empty rows into the resulting .
true, to exclude the empty rows from the resulting ; otherwise, false.
Gets or sets whether to process the values of the first row as headers.
true, to process the values of the first row as headers; otherwise, false.
Serves as the base for classes containing settings used to import data from the Microsoft Excel workbook.
Contains options used to extract data from the Microsoft Excel workbook.
Initializes a new instance of the ExcelSourceOptions class.
Initializes a new instance of the ExcelSourceOptions class with the specified import settings.
A descendant containing settings used to import data from the Microsoft Excel workbook.
Determines whether the specified object is equal to the current ExcelSourceOptions instance.
The object to compare with the current object.
true, if the specified object is equal to the current ExcelSourceOptions instance; otherwise, false.
Gets the hash code that corresponds to the value of the current ExcelSourceOptions object.
An integer value representing the hash code for the current object.
Gets or sets settings used to import data from the Microsoft Excel workbook.
A descendant containing settings used to import data from the Microsoft Excel workbook.
Gets or sets the password used to access the protected workbook.
A value that specifies the password used to access the protected workbook.
Gets or sets whether to ignore hidden columns when importing data to .
true, to ignore hidden columns when importing data; otherwise, false.
Gets or sets whether to ignore hidden rows when importing data to .
true, to ignore hidden rows when importing data; otherwise, false.
Contains options used to extract data from the CSV file.
Initializes a new instance of the CsvSourceOptions class.
Gets or sets the cell range from which data is imported.
A value that specifies the cell range from which data is imported.
Gets or sets the culture information used to parse the data being imported.
A object containing culture-specific settings.
Gets or sets whether the character encoding is automatically determined.
true, to determine the character encoding automatically; otherwise, false.
Gets or sets whether a character type used to identify a new line in a CSV document is determined automatically.
true, to determine the character type automatically; otherwise, false.
Gets or sets whether a character used to separate values in a CSV document is determined automatically.
true, to determine a character used to separate values automatically; otherwise, false.
Gets or sets the character encoding of the CSV document.
A object that specifies the character encoding of the CSV document.
Determines whether the specified object is equal to the current CsvSourceOptions instance.
The object to compare with the current object.
true, if the specified object is equal to the current CsvSourceOptions instance; otherwise, false.
Gets the hash code that corresponds to the value of the current CsvSourceOptions object.
An integer value representing the hash code for the current object.
Gets or sets the character used to identify a new line in a CSV document.
A object that specifies the character used to identify a new line in a CSV document.
Gets or sets the character that encloses values in the CSV document.
A that is the character used as the text qualifier.
Gets or sets whether to remove all leading and trailing white-space characters from each value in the CSV document.
true, to remove leading and trailing blanks; otherwise, false.
Gets or sets a character used to separate values in a CSV document.
A value that specifies the character used to separate values in a CSV document.
Lists values that specify the format of the document used to supply the with data.
The CSV format.
The XLS format.
The XLSM format.
The XLSX format.
Lists characters used to identify a new line in a CSV document.
A carriage return character.
A carriage return/linefeed character combination.
A form feed character for the print function.
A line feed character.
A carriage linefeed/return character combination.
A vertical tab character.
Provides data for the event.
Initializes a new instance of the CustomizeFilterExpressionEventArgs class.
A value that is the name of the query for which the event has been raised.
A descendant that specifies the filter expression that defines a WHERE clause included in the SQL query.
Gets or sets the filter expression that defines a WHERE clause included in the SQL query.
A descendant that specifies the filter expression that defines a WHERE clause included in the SQL query.
Gets the name of the query for which the event was raised.
A value that is the name of the query for which the event was raised.
References a method that will handle the event.
References a method that will handle the event.
The event source.
A object that contains event data.
Lists values that specify aggregation types.
The average of the values.
The number of values.
The largest value.
The smallest value.
Aggregation is not applied.
The sum of the values.
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.
Contains grouping settings used to group the result set of the specified by the specified column into a set of summary rows.
Initializes a new instance of the GroupingInfo class.
Initializes a new instance of the GroupingInfo class.
A value that specifies the table name.
A value that specifies the name of the column by whose values the result set is grouped.
Initializes a new instance of the GroupingInfo class based on the existing GroupingInfo object.
A object.
Gets or sets the name of the column by whose values the result set is grouped.
A value that specifies the name of the column by whose values the result set is grouped.
Gets or sets the table name.
A value that specifies the name of the table.
A collection of objects containing grouping settings used to group the result set of the specified by the specified column(s) into a set of summary rows.
Initializes a new instance of the GroupingInfoList class.
Initializes a new instance of the GroupingInfoList class.
An integer value that specifies the number of elements that the collection can contain.
Initializes a new instance of the GroupingInfoList class.
A collection of GroupingInfoList objects to be added to the GroupingInfoList.
Initializes a new instance of the GroupingInfoList class based on the existing GroupingInfoList object.
A GroupingInfoList object.
Adds a new object to the GroupingInfoList collection based on the table and column names.
A value that specifies the table name.
A value that specifies the name of the column by whose values the result set is grouped.
Adds an array of objects to the GroupingInfoList collection.
An array of objects containing settings used to group the result set of the specified by the specified column(s).
Removes the specified object from the GroupingInfoList collection based on the table and column names
A value that specifies the table name.
A value that specifies the name of the column by whose values the result set is grouped.
Contains sort settings used to order the result set of the specified by the specified column.
Initializes a new instance of the SortingInfo class based on the existing SortingInfo object.
A object.
Initializes a new instance of the SortingInfo class.
A value that specifies the table name.
A value that specifies the name of the column by whose values the result set is sorted.
A SortingDirection object that specifies the sort order.
Initializes a new instance of the SortingInfo class.
Initializes a new instance of the SortingInfo class.
A value that specifies the table name.
A value that specifies the name of the column by whose values the result set is sorted.
Gets or sets the name of the column by whose values the result set is sorted.
A value that specifies the name of the column by whose values the result set is sorted.
Gets or sets the sort order.
A SortingDirection object that specifies the sort order.
Gets or sets the table name.
A value that specifies the name of the table.
A collection of objects containing sorting settings used to order the result set of the specified by the specified column(s).
Initializes a new instance of the SortingInfoList class.
Initializes a new instance of the SortingInfoList class.
An integer value that specifies the number of elements that the collection can contain.
Initializes a new instance of the SortingInfoList class.
A collection of objects to be added to the SortingInfoList.
Adds a new object to the SortingInfoList collection based on the table and column names.
A value that specifies the table name.
A value that specifies the name of the column by whose values the result set is sorted.
Adds a new object to the SortingInfoList collection based on the table/column names and sorting direction.
A value that specifies the table name.
A value that specifies the name of the column by whose values the result set is sorted.
A SortingDirection object that specifies the sort order.
Adds an array of objects to the SortingInfoList collection.
An array of objects containing sort settings used to order the result set of the specified by the specified column(s).
Removes the specified object from the SortingInfoList collection based on the table and column names.
A value that specifies the table name.
A value that specifies the name of the column by whose values the result set is sorted.
true, if the specified element is successfully removed from the collection; otherwise, false.
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.
Returns the schema of the data source that is connected using the current EFDataConnection.
An array of values that specify table names.
A object that is the data source schema.
Returns the schema of the data source that is connected using the current EFDataConnection.
A object that is the data source schema.
Specifies whether or not the data connection is currently active.
true if the data connection is active; otherwise false.
Specifies the name of a data connection.
A value.
Opens the data connection session.
Specifies the solution types provider for an 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.
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.
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 manage report parameters created in the Report Wizard.
If implemented, adds a parameter to a parameter storage.
An object implementing the interface.
If implemented, specifies the caption of the New Report Parameter command available in the Report Designer.
A value.
If implemented, specifies whether or not the report parameters can be created.
true, if report parameters can be created; otherwise false.
If implemented, creates a new parameter of the specified type.
A value.
An object implementing the interface.
If implemented, specifies the title of the Report Parameter dialog invoked from the 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 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.
An object data source that provides data for data-aware controls/components.
Initializes a new instance of the ObjectDataSource class with default settings.
Initializes a new instance of the ObjectDataSource class with a specified container.
An object implementing the interface that specifies the container of the ObjectDataSource.
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.
Retrieves the data from the object data source with the specified parameters.
A collection of objects implementing the interface.
Returns an object that describes the item properties of an object data source.
An array of values.
A value.
Returns the name of a list associated with an object data source.
An array of values.
A value.
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 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 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 VistaDB 5 database file.
Initializes a new instance of the VistaDB5ConnectionParameters class with default settings.
Initializes a new instance of the VistaDB5ConnectionParameters class.
A that specifies the path to the VistaDB database file.
A that specifies the password used for authentication.
Contains parameters used to establish a connection to an Amazon Redshift database.
Initializes a new instance of the AmazonRedshiftConnectionParameters class with default settings.
Initializes a new instance of the AmazonRedshiftConnectionParameters class.
A that specifies the name of the database server. This value is assigned to the property.
A that specifies the port used to connect to the database. This value is assigned to the property.
A that specifies the database name. This value is assigned to the property.
A that specifies the user name used to authenticate to the SQL server. This value is assigned to the property.
A that specifies the password used to authenticate to the SQL server. This value is assigned to the property.
Contains values corresponding to strings that can be localized for a Data Access application.
Default value: "Invalid sorting column \"{0}\".\"{1}\". Results of a TableQuery containing aggregate functions can only be sorted by columns used as grouping criteria."
Default value: "An aggregated column should have an alias."
Default value: "Circular relations have been detected."
Default value: "The schema does not contain the following column: \"{0}\".\"{1}\"."
Default value: "A column cannot be null."
Default value: "Manual editing of custom SQL is not allowed. The current query is represented by a custom SQL query string, which will be lost if you proceed with editing the query using the Query Builder dialog. Do you want to discard the custom SQL and proceed with the Query Builder?"
Default value: "Please wait"
Default value: "Connecting to the database
"
Default value: "Connection parameters were discarded because the {0} provider is not supported. \r\nSelect one of the available data providers and specify connection parameters or close the wizard \r\nusing the Close button to undo this change."
Default value: " (in the config file)"
Default value: " (from the Server Explorer)"
Default value: "A custom SQL query should contain only SELECT statements."
Default value: "Failed to connect to the database. To learn more, see the exception details. \r\n\r\nException details:\r\n {0}"
Default value: "Data Source"
Default value: "Parameter"
Default value: "A column with the following name already exists: \"{0}\".\"{1}\"."
Default value: "A table with the following name already exists: \"{0}\"."
Default value: "Column{0}"
Default value: "{0}\r\nFile not found.\r\nCheck the file name and try again."
Default value: "Schema loading..."
Default value: "The protected file cannot be opened."
Default value: "A password is required to open this workbook."
Default value: "The password is not correct. Please try again."
Default value: "BIFF5 (Excel 5.0/95) XLS file format is not supported."
Default value: "The file is corrupt."
Default value: "Incorrect file format"
Default value: "All Supported Formats"
Default value: "CSV Files"
Default value: "Excel Workbooks"
Default value: "The column name [{0}], which is used in the filter string, is ambiguous. Columns with this name exist in the following tables: {1}."
Default value: "There are no tables containing column [{0}], which is used in the filter string."
Default value: "Column [{0}].[{1}] is used in the filter string, but is missing in DBSchema."
Default value: "Gathering types information..."
Default value: "Cannot group by an aggregate column: \"{0}\".\"{1}\"."
Default value: "Grouping requires at least one aggregated column."
Default value: "Group filtering requires grouping."
Default value: "The specified relation is incomplete: \"{0}\"."
Default value: "Loading Data..."
Default value: "{0} of {1}..."
Default value: "Loading data source"
Default value: "Unable to load the {0} assembly for the {1} context. Please choose an existing external assembly and/or existing context."
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: "Only non-negative numeric values are allowed."
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: "Please click the 'Filter...' button to correct the filter string."
Default value: "Not all parts of the expression are specified."
Default value: "Joined on {0}"
Default value: "A database does not contain tables or views and does not support SQL editing. To be able to run the Query Builder, make sure that your database contains at least one table or supports SQL editing."
Default value: "No 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: "Column not found: '{0}'.'{1}'."
Default value: "The SKIP setting is set while records are not sorted. Please apply sorting to be able to skip the first N records or reset the SKIP setting in the Filter Editor dialog."
Default value: "Records are not sorted. Please add a sorting to be able to skip first N records."
Default value: "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: <{0}>, <{1}> is expected."
Default value: "Parameter name mismatch: <{0}>, <{1}> is expected."
Default value: "A parameter cannot be null."
Default value: "Parameter type mismatch: <{0}>, <{1}> is expected."
Default value: "The schema does not contain the specified table: \"{0}\"."
Default value: "A table cannot be null."
Default value: "The following tables have no relations: \"{0}\"."
Default value: "Non-negative number (8 bit integer)"
Default value: "Char"
Default value: "Object"
Default value: "Number (8 bit integer)"
Default value: "Non-negative number (32 bit integer)"
Default value: "Non-negative number (64 bit integer)"
Default value: "Non-negative number (16 bit integer)"
Default value: "The column name is not specified."
Default value: "The table name is not specified."
Default value: "Custom connection string"
Default value: "A data connection with the specified name already exists. Please specify a different connection name."
Default value: "The name cannot be null, empty or contain only whitespaces."
Default value: "The selected assembly does not contain Entity Framework data contexts."
Default value: "XML Files"
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.
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.
Initializes a new instance of the ColumnInfo class with the specified name, alias and aggregation type.
A value, specifying the column info name. This value is assigned to the property.
An enumeration value that specifies the aggregation type. 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 and aggregation type.
A value, specifying the column info name. This value is assigned to the property.
An enumeration value that specifies the aggregation type. This value is assigned to the property.
Returns a string identifier of a data column.
A value, identifying the column.
Gets or sets the aggregation type applied to the current column.
An enumeration value that specifies the aggregation type. This value is assigned to the property.
Specifies the alias that is used to refer to a data column instead of its name.
A value, specifying the data column alias.
Indicates whether a data column is identified by its name or alias.
true if the data column is assigned an alias; otherwise false.
Specifies the name by which a data column is referred to in a database schema.
A value, specifying the data column name.
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 column from the current table.
A value that specifies the name of the column.
A enumeration value that specifies the aggregation type applied to the column.
A that specifies the column alias.
A object that identifies the data column.
Selects the specified data column 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.
Gets or sets the criteria used to filter data returned by the current TableQuery.
A value that specifies the criteria used to filter data returned by the current TableQuery.
Returns the data table with the specified name.
A value, specifying the data table name.
A object, specifying the data table.
Returns the SQL query corresponding to the current TableQuery.
A object that is the database schema.
A value that is the SQL query corresponding to the current TableQuery.
Gets or sets the filter criteria to add to the SELECT statement of the TableQuery containing grouped/aggregated columns.
A value, corresponding to the SELECT statement of the query.
Provides access to grouping settings used to group the result set of the current TableQuery by the specified column(s) into a set of summary rows.
A object providing access to the collection of objects that specify grouping settings.
Provides access to the collection of data relations defined for the TableQuery.
A value, specifying the collection of master-detail relations.
Gets or sets the number of rows to skip in a returned query result set.
An integer value that specifies the number of rows to skip in a returned query result set.
Provides access to sort settings used to order the result set of the current TableQuery by the specified column(s).
A object providing access to the collection of objects that specify sort settings.
Provides access to the collection of data tables defined for the TableQuery.
A value, specifying the collection of data tables.
Gets or sets the number of rows returned in the a query result set.
An integer value that specifies the number of rows returned in the a query result set.
Checks the validity of the TableQuery.
Checks the validity of the TableQuery.
A object that is the data source schema.
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.
Checks the validity of the StoredProcQuery.
A object that is the database schema.
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.
Checks the validity of the CustomSqlQuery.
A object that is the data source schema.
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 formalized description of a database query used to select data from .
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.
A object that is the database schema.
Lists values that identify the type of the Advantage server.
Identifies the Internet server type.
Identifies the Local server type.
Identifies the Remote server type.
Provides data for the event.
Initializes a new instance of the ValidateCustomSqlQueryEventArgs class.
A object that is the custom SQL query.
A value that specifies whether on not the specified SQL query is valid.
Gets a custom SQL query being validated.
A object that is the custom SQL query being validated.
Gets or sets the exception message returned after validation of the custom SQL query.
A value that specifies the exception message returned after validation of the custom SQL query.
Gets or sets whether or not the current SQL query is valid.
true, if the current SQL query is valid; otherwise, false.
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.
Gets or sets the path to the external assembly containing the Entity Framework model.
A value that specifies the path to the external assembly containing the Entity Framework model.
Gets or sets the name of the Entity Framework context.
A value that specifies the name of the Entity Framework context.
Specifies the type of an Entity Framework database context used to connect to data.
A object specifying the type of a database context.
A 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.
Appends an array of objects to the collection.
An array of objects to append to the collection.
Provides access to an individual item in the collection by its name.
A value, specifying the data relation name.
A object.
Indicates the SQL data source to which the collection of master-detail relations belongs.
A object that is the owner of the collection.
A collection of objects in the .
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.
Initializes a new instance of the EFDataSource class with a specified container.
An object implementing the interface that specifies the container of the EFDataSource.
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 the data from the Entity Framework data source.
Retrieves the data from the Entity Framework data source with the specified parameters.
A collection of objects implementing the interface.
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.
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.
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.
Initializes a new instance of the SqlDataSource class with the specified container.
An object that implements the interface.
Gets or sets whether or not custom SQL queries can be used to fill the .
true, to enable the capability to use custom SQL queries for the ; otherwise, false.The default is true.
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.
Allows you to include WHERE clauses in SQL queries.
Gets the schema of the connected SQL data source.
A object that is the schema of the connected SQL data source.
Gets or sets whether the validation of custom SQL queries is performed.
true, to disable the validation of custom SQL queries; otherwise, false. The default is false.
Retrieves the data from the SQL data source.
Retrieves the data from the SQL data source with the specified parameters.
A collection of objects implementing the interface.
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.
Gets a collection of tables and their relations from the current SqlDataSource.
An object implementing the interface that is the collection of tables and their relations from the current SqlDataSource.
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.
Provides the capability to check the validity of the custom SQL query used to supply the data source with data.
Provides the capability to check the validity of the custom SQL query used to supply SQL data sources with data.
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.
Removes user credentials for the current SqlDataConnection.
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 connection string for the current SqlDataConnection.
true, to remove user credentials from the connection string; otherwise, false.
A that is the connection string for the current SqlDataConnection.
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.
Returns the schema of the data source that is connected using the current SqlDataConnection.
A object that is the data source schema.
Returns the schema of the data source that is connected using the current SqlDataConnection.
An array of values that specify table names.
A object that is the data source schema.
Returns the schema of the data source that is connected using the current SqlDataConnection.
true, to load columns to the data source tables; otherwise, false.
A object that is the data source schema.
Indicates whether or not the data connection is currently active.
true if the data connection is active; otherwise false.
Loads columns from the specified tables.
An array of objects specifying tables.
For internal use. Use the method instead.
A value.
Identifies the data store provider.
A value, identifying the data store provider.
Contains options used to select data from a range of cells specified using the defined name.
Initializes a new instance of the ExcelDefinedNameSettings class.
Initializes a new instance of the ExcelDefinedNameSettings class.
A value that specifies the defined name referencing the required cell range.
Initializes a new instance of the ExcelDefinedNameSettings class.
A value that specifies the defined name referencing the required cell range.
A value that specifies the name of the scope containing the required defined name.
Gets or sets the defined name referencing the required cell range.
A value that specifies the defined name referencing the required cell range.
Determines whether the specified object is equal to the current ExcelDefinedNameSettings instance.
The object to compare with the current object.
true, if the specified object is equal to the current ExcelDefinedNameSettings instance; otherwise, false.
Gets the hash code that corresponds to the value of the current ExcelDefinedNameSettings object.
An integer value representing the hash code for the current object.
Gets or sets the name of the scope containing the required defined name.
A value that specifies the name of the scope containing the required defined name.
A default localizer to translate a Data Access application's resources.
Initializes a new instance of the DataAccessResLocalizer class with default settings.
"LocalizationRes"
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.
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.
Provides the capability to customize the data store schema.
Returns the database schema for the specified connection.
An object that specifies the connection to an SQL data source.
A object that is the database schema.
Loads columns from the specified tables.
An object that specifies a connection to a data store.
An array of objects specifying tables.
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.
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.
A method that will handle the ConnectionError event.
References a method that will handle ConnectionError events.
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.
A table from the data set.
Gets the collection of columns that belong to the current table.
A collection of objects implementing the interface that are columns belonging to the current table.
Gets the collection of master-detail relations of the current table.
A collection of objects implementing the interface that are master-detail relations of the current table.
Gets the specified column from the current table by its index.
A zero-based integer value that specifies the index of the required column.
An object implementing the interface that is the column from the current table.
Gets the specified column from the current table by name.
A value that specifies the name of the required column.
An object implementing the interface that is the column from the current table.
Gets the specified master-detail relation of the current table.
A value that specifies the name of the required master-detail relation.
An object implementing the interface that is the master-detail relation of the current table.
Gets an individual row by its index.
A zero-based integer that specifies the index of the row.
An object implementing the interface that is the row from the table.
Gets the name of the table.
A value that is the name of the table.
Returns a column with the specified name using the column parameter.
A value that specifies the column name.
An object implementing the interface that is the column with the specified name.
true, if the column with the specified name exists; otherwise, false.
Returns a master-detail relation with the specified name using the relation parameter.
A value that specifies the name of the master-detail relation.
An object implementing the interface that is the master-detail relation with the specified name.
true, if the master-detail relation with the specified name exists; otherwise, false.
A row of data in a .
Gets a collection of detail rows for the current master row.
An object implementing the interface that is the master-detail relation.
A collection of objects implementing the interface that are detail rows.
Gets a collection of detail rows for the current master row.
A value that specifies the name of the master-detail relation.
A collection of objects implementing the interface that are detail rows.
Gets an individual row value for the specified column.
An object implementing the interface that specifies the column.
An individual row value.
Gets an individual row value by the column index.
A zero-based integer that specifies the column index.
An individual row value.
Gets an individual row value by the column name.
A value that specifies the column name.
An individual row value.
Gets an individual row value by the column index.
A zero-based integer that specifies the column index.
An individual row value.
Gets an individual row value by the column name.
A value that specifies the column name.
An individual row value.
References a method that will handle the or event.
References a method that will handle CustomFilterExpression events.
The event source.
A object that contains event data.
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.
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 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.
Initializes a new instance of the MySqlConnectionParameters class.
A value that specifies the name of the MySQL server to which the connection should be established.
A value that specifies the database name.
A that specifies the user name used for authentication.
A that specifies the password used for authentication.
A value that specifies the port used to establish a connection to server.
A default port used to establish a connection to a MySQL database server.
Gets or sets a port used to establish a connection to a MySQL database server.
A value that specifies the port used to establish a connection to a MySQL database server.
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.
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.
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.
A enumeration value that specifies the type of the Advantage server. This value is assigned to the property.
Gets or sets the type of the Advantage server.
A enumeration value that specifies the type of the Advantage server.
Gets or sets the user name used to authenticate to the database.
A that specifies the user name used to authenticate to the database.
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 parameters used to establish a connection to an SAP SQL Anywhere database.
Initializes a new instance of the AsaConnectionParameters class.
A that specifies the path to the database file.
A that specifies the user name used to authenticate to the SAP SQL Anywhere server.
A that specifies the password used to authenticate to the SAP SQL Anywhere server.
Initializes a new instance of the AsaConnectionParameters class.
A that specifies the name of the SAP SQL Anywhere server to which the connection should be established.
A value that specifies the name of the database deployed on a SAP SQL Anywhere database server.
A that specifies the user name used to authenticate to the SAP SQL Anywhere server.
A that specifies the password used to authenticate to the SAP SQL Anywhere server.
Initializes a new instance of the AsaConnectionParameters class.
Initializes a new instance of the AsaConnectionParameters class.
A that specifies the name of the SAP SQL Anywhere server to which the connection should be established.
A values that specifies the hostname of the SAP SQL Anywhere server to which the connection should be established.
A value that specifies the name of the database deployed on a SAP SQL Anywhere database server.
A that specifies the user name used to authenticate to the SAP SQL Anywhere server.
A that specifies the password used to authenticate to the SAP SQL Anywhere server.
Gets or sets the type of the connection to a SAP SQL Anywhere database.
A enumeration value that specifies the type of the connection to a SAP SQL Anywhere database.
Gets or sets the name of the database deployed on a SAP SQL Anywhere database server.
A value that specifies the name of the database deployed on a SAP SQL Anywhere database server.
Gets or sets the path to the database file.
A that specifies the path to the database file.
Gets or sets the hostname of the SAP SQL Anywhere server to which the connection should be established.
A values that specifies the hostname of the SAP SQL Anywhere server to which the connection should be established.
Gets or sets the password used to authenticate to the SAP SQL Anywhere server.
A that specifies the password used to authenticate to the SAP SQL Anywhere server.
Gets or sets the name of the SAP SQL Anywhere server to which the connection should be established.
A that specifies the name of the SAP SQL Anywhere server to which the connection should be established.
Gets or sets the user name used to authenticate to the SAP SQL Anywhere server.
A that specifies the user name used to authenticate to the SAP SQL Anywhere server.
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.
Returns the string that represents the current object.
A that represents the current object.
When implemented by a class, enables it to connect to a data source.
Removes user credentials for the current data connection
Creates a connection string based on the specified value.
A value.
Creates a connection string for the current data connection.
true, to remove user credentials from the connection string; otherwise, false.
A that is the connection string for the current IDataConnection.
Gets or sets the name of the data connection.
A value that specifies the name of the data connection.
Specifies whether to store any connection settings except for the data connection name.
true to store only the name of a data connection; otherwise false.
Serves as the base class for classes that represent a data connection.
Closes the data connection session.
Gets or sets a connection string used to establish a connection to a data store.
A that specifies a connection string used to establish a connection to a data store.
For internal use.
Creates a connection string.
A that specifies a connection string used to establish a connection to a data store.
Creates the data connection parameters.
A descendant, containing the data connection parameters.
Returns the schema of the data source that is connected using the current DataConnectionBase.
A object that is the data source schema.
Returns the schema of the data source that is connected using the current DataConnectionBase.
An array of values that specify table names.
A object that is the data source schema.
Specifies whether the connection string has been assigned to the data connection.
true if the connection string has already been specified; otherwise false.
Specifies whether the connection to a database is currently active.
true if the data connection is currently active; otherwise false.
Gets or sets the name of a data connection.
A that specifies the name of a data connection.
Opens the data connection session.
Specifies whether to 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.