DevExpress.DataAccess.v18.1
Contains parameters used to establish a connection to a PostgreSQL database server.
Initializes a new instance of the PostgreSqlConnectionParameters class with the 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 with the specified settings.
A value, specifying the server name.
An integer value, specifying the port number.
A value, specifying the database name.
A value, specifying the user name.
A value, specifying the password.
For internal use.
For internal use.
The default port for connecting to Postgre SQL databases (5432).
For internal use.
Specifies the port number for connecting to Postgre SQL databases.
An integer value, specifying the port number. This value cannot be negative or greater than 65535.
Lists the values that specify the relational operator type.
Specifies the "equal" relational operator.
Specifies the "greater than" relational operator.
Specifies the "greater than or equal to" relational operator.
Specifies the "less than" relational operator.
Specifies the "less than or equal to" relational operator.
Specifies the "not equal" relational operator.
If implemented, accumulates intermediate settings of the Entity Framework data source during the execution of the Data Source Wizard.
If implemented, specifies connection parameters.
An object that contains connection parameters.
If implemented, specifies from where a data connection is obtained.
A enumeration value that specifies from where the data connection is obtained.
If implemented, specifies the connection to an Entity Framework data source.
An object that specifies the connection to the Entity Framework data source.
If implemented, specifies the selected member of an Entity Framework data source.
An object that provides information about the selected member.
Specifies the collection of data filters associated with this data source model.
An array of objects.
If implemented, specifies the model helper.
An object that provides functionality to configure the model.
If implemented, specifies the stored procedures selected for use.
A collection of objects, which provide the settings of stored procedures.
This exception is thrown when an object data source validation fails.
Initializes a new instance of the ValidationFailedException class with the specified message.
A value, specifying the message displayed when a data source validation fails.
The base for classes that provide expression functionality to .
Specifies the aggregate function.
An enumeration value.
A method that will handle the and events.
A method that will handle the and events.
The event sender.
A object that contains data related to the event.
Provides data for the and events.
Initializes a new instance of the BeforeFillEventArgs class with the specified settings.
A value, specifying the data source. This value is assigned to the property.
A value, specifying the data member. This value is assigned to the property.
An value. This value is assigned to the property.
A collection of objects. This value is assigned to the property.
Returns an object providing access to constructor parameters of an .
An value.
Returns the data member specified for an .
A value, specifying the data member.
Returns the data source assigned to an .
A value, specifying the data source.
Specifies whether or not the object data source is valid.
true, if the object data source is valid; otherwise, false.
Returns a collection of method and constructor parameters of an .
A collection of objects.
An exception thrown when a query execution has failed.
Initializes a new instance of the QueryExecutionException class with the specified settings.
A value, specifying the query name.
A object.
Indicates the query that has not been executed.
A value, specifying the query name.
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 with the specified settings.
A value, specifying the server name.
An integer value, specifying the port number.
A value, specifying the database name.
A value, specifying the user name.
A value, specifying the password.
For internal use.
For internal use.
The default port for connecting to Teradata databases (1025).
For internal use.
Specifies the port number for connecting to Teradata databases.
An integer value, specifying the port number. This value cannot be negative or greater than 65535.
An exception thrown when a grouping and/or aggregate expression has not been applied to each of the selected columns.
Initializes a new instance of the PartialAggregationValidationException class with the default settings.
Provides data for the and events.
Initializes a new instance of the ContextNameChangedEventArgs class with the specified settings.
A string specifying the context name.
The name of the selected data context.
A string specifying the name of the selected data context.
Provides methods for creating a provider to restore a data connection on deserializing a report.
Creates and returns an object implementing the interface.
An object implementing the interface.
If implemented, provides a view for the Select the Data Source Type page of the Data Source Wizard.
If implemented, specifies the selected data source type.
A value that specifies the data source type.
Provides information about parameters displayed in the Data Source Wizard when binding to an object data source.
Initializes a new instance of the ParametersViewInfo class with the specified settings.
A collection of parameters displayed on a wizard page. This value is assigned to the property.
Gets a collection of parameters displayed on a wizard page.
An array of objects specifying parameter settings.
Determines whether the specified objects are equal.
The first object to compare.
The second object to compare.
true, if the specified objects are equal; otherwise, false.
Returns the textual representation of the current ParametersViewInfo object.
A string that represents the current object.
Provides methods that can be chained within a single statement specifying a .
Selects a data table with the specified name.
A value, specifying the table name.
A SelectQueryFluentBuilder object.
Selects a data table with the specified name and alias.
A value, specifying the table name.
A value, specifying the table alias.
A SelectQueryFluentBuilder object.
Ends the chain of methods specified for a SelectQueryFluentBuilder.
A value, specifying the query name.
A object.
Indicates that a query result set should include only distinct (different) values.
A SelectQueryFluentBuilder object.
Specifies the criteria used to filter data returned by the current query.
A value, specifying the filter criteria.
A SelectQueryFluentBuilder object.
Groups the data table by the specified columns. These columns are obtained from the last table added by the or method.
An array of values, specifying the column names.
A SelectQueryFluentBuilder object.
Groups the data table by a specified column. These columns are obtained from the last table added by the or method.
A value, specifying the column name.
A SelectQueryFluentBuilder object.
Specifies the filter criteria to add to the current query containing grouped/aggregated columns.
A value, specifying the filter criteria.
A SelectQueryFluentBuilder object.
Performs an inner join operation with the specified options.
A value, specifying the name of a resulting table.
An array of objects.
A SelectQueryFluentBuilder object.
Performs an inner join operation with the specified options.
A value, specifying the name of a resulting table.
A value, specifying the alias of a resulting table.
An array of objects.
A SelectQueryFluentBuilder object.
Performs a specified join operation.
A value, specifying the name of a resulting table.
A enumeration value.
An array of objects.
A SelectQueryFluentBuilder object.
Performs a specified join operation.
A value, specifying the name of a resulting table.
A enumeration value.
A value, specifying the parent column name.
A value, specifying the nested column name.
A SelectQueryFluentBuilder object.
Performs a specified join operation.
A value, specifying the name of a resulting table.
A value, specifying the alias of a resulting table.
A enumeration value.
An array of objects.
A SelectQueryFluentBuilder object.
Performs an inner join operation with the specified options.
A value, specifying the name of a resulting table.
A value, specifying the parent column name.
A value, specifying the nested column name.
A SelectQueryFluentBuilder object.
Performs an inner join operation with the specified options.
A value, specifying the name of a resulting table.
A value, specifying the alias of a resulting table.
A value, specifying the parent column name.
A value, specifying the nested column name.
A SelectQueryFluentBuilder object.
Performs a specified join operation.
A value, specifying the name of a resulting table.
A enumeration value.
A value, specifying the key column name. This value identifies two columns that must have similar names in both tables. To join tables by key columns having different names, use another Join overload.
A SelectQueryFluentBuilder object.
Performs a specified join operation.
A value, specifying the name of a resulting table.
A enumeration value.
A value, specifying the alias of a resulting table.
A value, specifying the parent column name.
A value, specifying the nested column name.
A enumeration value.
A SelectQueryFluentBuilder object.
Performs an inner join operation with the specified options.
A value, specifying the name of a resulting table.
A value, specifying the key column name. This value identifies two columns that must have similar names in both tables. To join tables by key columns having different names, use another Join overload.
A SelectQueryFluentBuilder object.
Performs a specified join operation.
A value, specifying the name of a resulting table.
A enumeration value.
A value, specifying the parent column name.
A value, specifying the nested column name.
A enumeration value.
A SelectQueryFluentBuilder object.
Performs a specified join operation.
A value, specifying the name of a resulting table.
A value, specifying the alias of a resulting table.
A enumeration value.
A value, specifying the parent column name.
A value, specifying the nested column name.
A SelectQueryFluentBuilder object.
Performs a specified join operation.
A value, specifying the name of a resulting table.
A value, specifying the alias of a resulting table.
A enumeration value.
A value, specifying the key column name. This value identifies two columns that must have similar names in both tables. To join tables by key columns having different names, use another Join overload.
A SelectQueryFluentBuilder object.
Selects all columns in all data tables within the query.
A SelectQueryFluentBuilder object.
Selects all columns from the associated table. These columns are obtained from the last table added by the or method.
A SelectQueryFluentBuilder object.
Selects a specified column from the last table added by the or method.
A value, specifying the column name.
A SelectQueryFluentBuilder object.
Selects a specified column from the last table added by the or method.
A value, specifying the column name.
A value, specifying the column alias.
A SelectQueryFluentBuilder object.
Selects a specified column from the last table added by the or method.
A value, specifying the column name.
An enumeration value.
A value, specifying the column alias.
A SelectQueryFluentBuilder object.
Selects the specified columns from the last table added by the or method.
An array of values, specifying the column names.
A SelectQueryFluentBuilder object.
Returns a column with a specified alias that includes rows selected based on a required expression.
A value, specifying the query expression.
A value, specifying the column alias.
A SelectQueryFluentBuilder object.
Returns a column with a specified alias that includes rows selected based on a required expression.
A value, specifying the query expression.
An enumeration value.
A value, specifying the column alias.
A SelectQueryFluentBuilder object.
Extends a query's result set with a column that specifies the row count in the requested table or, if there are groups in the table, - the rows count in each group.
A value specifying an alias to be used for the result set's column.
A SelectQueryFluentBuilder object that can be used to further configure the SELECT statement.
Specifies the number of rows to skip in a returned query result set.
A non-negative integer value, specifying the number of rows to skip in a returned query result set (starting with the first data record).
A SelectQueryFluentBuilder object.
Sorts the result set by a specified column in a required direction by applying an aggregate function. This column is obtained from the last table added by the or method.
A value, specifying the column name.
An enumeration value.
A enumeration value.
A SelectQueryFluentBuilder object.
Sorts the result set by a specified column by applying an aggregate function. This column is obtained from the last table added by the or method.
A value, specifying the column name.
An enumeration value.
A SelectQueryFluentBuilder object.
Sorts the result set by specified columns. These columns are obtained from the last table added by the or method.
An array of values, specifying the column names.
A SelectQueryFluentBuilder object.
Sorts the result set by a specified column. This column is obtained from the last table added by the or method.
A value, specifying the column name.
A SelectQueryFluentBuilder object.
Sorts the result set by a specified column in a required direction. This column is obtained from the last table added by the or method.
A value, specifying the column name.
A enumeration value.
A SelectQueryFluentBuilder object.
Sorts the result set by a specified expression.
A value, specifying the sorting expression.
A SelectQueryFluentBuilder object.
Sorts the result set by a specified expression and aggregate function in a required direction.
A value, specifying the sorting expression.
An enumeration value.
A enumeration value.
A SelectQueryFluentBuilder object.
Sorts the result set by a specified expression in a required direction.
A value, specifying the sorting expression.
A enumeration value.
A SelectQueryFluentBuilder object.
Specifies the number of rows returned in the query result set.
A non-negative integer value, specifying the number of selected records (starting with the first data record).
A SelectQueryFluentBuilder object.
If implemented, enables the Cancel button on a form.
Closes the associated form window.
If implemented, provides the splash screen functionality.
Closes the splash screen.
Closes the splash screen, applying the specified settings.
true to throw an exception after closing the form window; otherwise false.
An integer value, specifying the timeout before closing the form window.
true to wait until a user closes the window; false to automatically close the window after exceeding the specified timeout.
Specifies whether or not the Cancel button is available on a splash screen.
true if the Cancel button is available; otherwise false.
Specifies whether or not to display a splash screen description.
true to display the description; otherwise false.
Specifies the caption of a splash screen.
A value, specifying the form caption.
Specifies the text of a splash screen description.
A value, specifying the form description.
Specifies the content of a splash screen.
An object implementing the interface.
Displays a splash screen with the specified parameters.
true to use the fade-in animation when loading the form.
true to use the fade-out animation when closing the form.
true to enable the timeout when loading the form.
An exception thrown when a query references a column without specifying its name.
Initializes a new instance of the UnnamedColumnValidationException class with the default settings.
An exception thrown when a query references multiple tables without specifying their relations.
Initializes a new instance of the TablesNotRelatedValidationException class with the specified settings.
An array of values, specifying the table names.
Indicates the tables that are not related to one another.
A collection of values, specifying the table names.
An exception thrown when a query references a table that is null.
Initializes a new instance of the TableNullValidationException class with the default settings.
An exception thrown when a query references a column that is not contained in any of the selected tables.
Initializes a new instance of the TableNotSelectedValidationException class with the specified settings.
A object.
Indicates the table that has not been selected.
A object.
An exception thrown when a query references a table that is missing in the data source schema.
Initializes a new instance of the TableNotInSchemaValidationException class with the specified settings.
A value, specifying the table name.
Indicates the table that is missing in the data source schema.
A value, specifying the table name.
An exception thrown when there is a mismatch between the specified and expected stored procedure parameter types.
Initializes a new instance of the StoredProcParamTypeValidationException class with the specified settings.
A value, specifying the actual parameter type. This value is assigned to the property.
A value, specifying the expected parameter type. This value is assigned to the property.
Initializes a new instance of the StoredProcParamTypeValidationException class with the specified settings.
A value, specifying the actual parameter type. This value is assigned to the property.
A value, specifying the expected parameter type. This value is assigned to the property.
A value, specifying the parameter name. This value is assigned to the property.
Indicates the specified parameter type.
A value, specifying the actual parameter type.
Indicates the expected parameter type.
A value, specifying the expected parameter type.
Indicates the parameter name.
A value, specifying the parameter name.
An exception thrown when a stored procedure parameter is null.
Initializes a new instance of the StoredProcParamNullValidationException class with the default settings.
An exception thrown when there is a mismatch between the specified and expected stored procedure parameter names.
Initializes a new instance of the StoredProcParamNameValidationException class with the specified settings.
A value, specifying the actual parameter name.
A value, specifying the expected parameter name.
Indicates the specified parameter name.
A value, specifying the actual parameter name.
Indicates the expected parameter name.
A value, specifying the expected parameter name.
An exception thrown when there is a mismatch between the specified and expected number of parameters specified for a stored procedure.
Initializes a new instance of the StoredProcParamCountValidationException class with the specified settings.
An integer value, specifying the actual number of parameters of a stored procedure.
An integer value, specifying the expected number of parameters of a stored procedure.
Indicates the actual number of parameters in a stored procedure.
An integer value, specifying the actual parameter count.
Indicates the expected number of parameters in a stored procedure.
An integer value, specifying the expected parameter count.
An exception thrown when a referenced stored procedure is missing in the data source schema.
Initializes a new instance of the StoredProcNotInSchemaValidationException class with the specified stored procedure name.
A value, specifying the stored procedure name.
Initializes a new instance of the StoredProcNotInSchemaValidationException class with the specified stored procedure.
A object.
Provides access to the parameters of a stored procedure that is missing in the data source schema.
A collection of objects.
Provides access to the stored procedure that is missing in the data source schema.
A value, specifying the stored procedure name.
An exception thrown when a stored procedure name has not been specified.
Initializes a new instance of the StoredProcNameNullValidationException class with the default settings.
An exception thrown when an SQL string is null or empty.
Initializes a new instance of the SqlStringEmptyValidationException class with the default settings.
An exception thrown when a query contains a sorting criterion that is null.
Initializes a new instance of the SortingNullValidationException class with the default settings.
An exception thrown when the same sorting criterion has been applied multiple times.
Initializes a new instance of the SortingBySameColumnTwiceValidationException class with the specified settings.
A value, specifying the table name.
A value, specifying the column name.
Indicates the column that has been used as a sorting criteria multiple times.
A value, specifying the column name.
Indicates the table that has been sorted multiple times by the same column.
A value, specifying the table name.
An exception thrown when a query contains a sorting criterion that is an aggregate column.
Initializes a new instance of the SortByAggregateColumnValidationException class with the specified settings.
A object.
Initializes a new instance of the SortByAggregateColumnValidationException class with the specified settings.
A object.
Indicates the expression that attempted sorting by an aggregate column.
An descendant.
An exception thrown when specifying the property without sorting the corresponding table.
Initializes a new instance of the SkipWithoutSortingValidationException class with the default settings.
An exception thrown when a data relation references a table that has not been selected.
Initializes a new instance of the RelationTableNotSelectedValidationException class with the specified settings.
A value, specifying the table actual name.
Indicates the table that has not been selected.
A value, specifying the actual table name.
An exception thrown when a data relation is null.
Initializes a new instance of the RelationNullValidationException class with the default settings.
An exception thrown when a query contains a relation for which not all required information has been provided.
Initializes a new instance of the IncompleteRelationValidationException class with the specified settings.
A object.
Obsolete. Initializes a new instance of the IncompleteRelationValidationException class with the specified settings.
A object.
Indicates the relation that does not contain all the required information.
A object.
Obsolete. Use the property instead.
A object.
An exception thrown when a query has a grouping criteria and some of the selected columns have not been assigned an aggregate expression.
Initializes a new instance of the GroupByWithoutAggregateValidationException class with the default settings.
An exception thrown when a query has a grouping criteria that is an aggregate column.
Initializes a new instance of the GroupByAggregateColumnValidationException class with the specified settings.
A value, specifying the table name.
A value, specifying the column name.
Indicates the aggregate column that has been used as a grouping criteria.
A value, specifying the column name.
Indicates the table that has been grouped by an aggregate column.
A value, specifying the table name.
An exception thrown when a query has a filter criteria that is missing in the data source schema.
Initializes a new instance of the FilterByMissingInSchemaColumnValidationException class with the specified settings.
A value, specifying the table name.
A value, specifying the column name.
Indicates the column that was used as a filter criteria and is missing in the data source schema.
A value, specifying the column name.
Indicates the table that has been filtered by a column that is missing in the data source schema.
A value, specifying the table name.
An exception thrown when a query contains an expression that does not reference either a column or custom expression.
Initializes a new instance of the ExpressionNullValidationException class with the default settings.
An exception thrown when trying to select a table that has already been selected.
Initializes a new instance of the DuplicatingTableNamesValidationException class with the specified settings.
A value, specifying the table actual name.
Indicates the table that has an ambiguous name.
A value, specifying the actual table name.
An exception thrown when trying to select a column that has already been selected.
Initializes a new instance of the DuplicatingColumnNamesValidationException class with the specified settings.
A value, specifying the table actual name.
A value, specifying the column actual name.
Indicates the column with a specified name.
A value, specifying the actual column name.
Indicates the table that contains the column with a specified name.
A value, specifying the actual table name.
An exception thrown when a custom query validation fails.
Initializes a new instance of the CustomSqlQueryValidationException class with the default settings.
Initializes a new instance of the CustomSqlQueryValidationException class with the specified settings.
A value, specifying the error message.
An exception thrown when a custom expression references a column that is missing in the data source schema.
Initializes a new instance of the CustomExpressionWithMissingInSchemaColumnValidationException class with the specified settings.
A value, specifying the table name.
A value, specifying the column name.
Indicates the column that was used in a custom expression and is missing in the data source schema.
A value, specifying the column name.
Indicates the table to which a custom expression has been applied with a column that is missing in the data source schema.
A value, specifying the table name.
An exception thrown when a custom expression references a column contained in a table that has not been selected.
Initializes a new instance of the CustomExpressionWithColumnOfMissingTableValidationException class with the specified settings.
A value, specifying the column name.
Indicates the column that was used in a custom expression and belongs to a table that has not been selected.
A value, specifying the column name.
An exception thrown when a custom expression references a column with an ambiguous name.
Initializes a new instance of the CustomExpressionWithAmbiguousColumnValidationException class with the specified settings.
A value, specifying the column name.
An array of values, specifying the table names.
Indicates the column that was used in a custom expression and has an ambiguous name.
A value, specifying the column name.
Indicates the tables that contain a column that was used in a custom expression and has an ambiguous name.
A collection of values, specifying the table names.
An exception thrown when a query references a column that is null.
Initializes a new instance of the ColumnNullValidationException class with the default settings.
An exception thrown when a query contains columns that are missing in the data source schema.
Initializes a new instance of the ColumnNotInSchemaValidationException class with the specified settings.
A value, specifying the table name.
A value, specifying the column name.
Indicates the data column that is missing in the data source schema.
A value, specifying the column name.
Indicates the table containing a data column that is missing in the data source schema.
A value, specifying the table name.
An exception thrown when circular relations have been specified in a query.
Initializes a new instance of the CircularRelationsValidationException class with the default settings.
An exception thrown when an aggregation has been used without specifying its alias.
Initializes a new instance of the AggregationWithoutAliasValidationException class with the default settings.
When implemented, provides functionality for customizing the SQL Data Source Wizard of the Web Report Designer.
Provides access to a custom SQL query validator.
An object implementing the interface.
Indicates whether or not custom SQL editing is disabled.
true if custom SQL editing is disabled; otherwise false.
For internal use. Use the interface instead.
For internal use. Use the method instead.
A database schema provider, implementing the interface.
If implemented, enables managing data connections used by the Data Source Wizard.
Returns the dictionary listing the data connections by their names.
A object containing connection names and their descriptions.
Returns the parameters of the data connection with a specific name.
A object.
A value, specifying the data connection name.
Lists the data source types available on the Select the Data Source Type wizard page.
Indicates an Entity Framework data source.
Indicates an Excel data source.
Indicates an object data source.
Indicates an XPO data source.
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 connection settings in addition to the data connection name.
true to store only the name of a data connection; otherwise false.
Lists the values indicating the handled exceptions.
An exception is related to a data connection.
A default exception handler.
An exception occurred while loading a wizard.
An exception thrown when a query contains a relation for which no key columns have been specified.
Initializes a new instance of the NoRelationColumnsValidationException class with the specified settings.
A object.
Obsolete. Initializes a new instance of the NoRelationColumnsValidationException class with the specified settings.
A object.
Indicates the relation that does not contain information about key columns.
A object.
Obsolete. Use the property instead.
A object.
The base for classes that provide the data column functionality.
The base for classes that provide the data column functionality.
Returns a string identifier of a data column.
A value, identifying the column.
Specifies the alias that is used to refer to a data column instead of its name.
A value, specifying the data column alias.
Indicates whether a data column is identified by its name or alias.
true if the data column is assigned an alias; otherwise false.
Specifies the data connection options of a .
Initializes a new instance of the ConnectionOptions class with the specified prototype.
A object, specifying a prototype for a new ConnectionOptions instance.
Initializes a new instance of the ConnectionOptions class with the default settings.
Specifies whether or not a data connection should be closed after executing a query.
true to close the connection immediately after executing a query; false to never close the connection.
For internal use.
Specifies the wait time before terminating the attempt to execute a query and generating an error.
A nullable integer value, specifying the time in seconds to wait for the query to execute. The null value (Nothing in Visual Basic) indicates the use of the provider's default setting. A zero value indicates unlimited timeout.
Lists the values specifying whether the data source schema should include stored procedures, tables (views), or both.
The schema includes both stored procedures and tables (views).
The schema includes only stored procedures.
The schema includes only tables and views.
A relation between two data tables created using a join operation in a .
Initializes a new instance of the Join class with the specified settings.
A object, corresponding to the parent table.
A object, corresponding to the nested table.
A enumeration value.
A collection of objects.
Initializes a new instance of the Join class with the default settings.
Provides access to the key columns of a data relation.
An array of objects.
Specifies the nested table.
A , corresponding to the nested table in a data relation.
Specifies the parent table.
A , corresponding to the parent table in a data relation.
Specifies the type of a join operation.
A enumeration value.
The total number of records in selected data tables or in each group.
Initializes a new instance of the RecordsCount class with the default settings.
A column of a data table retrieved by a .
Initializes a new instance of the Column class with the default settings.
Returns a string identifier of a data column.
A value, identifying the column.
Specifies the column expression.
An descendant.
Corresponds to all columns from one or more data tables selected by a .
Initializes a new instance of the AllColumns class with the default settings.
Specifies the table whose columns are being selected.
A object.
Specifies the grouping options of a .
Initializes a new instance of the Group class with the default settings.
Specifies the grouping expression.
An descendant.
Specifies the sorting options of a .
Initializes a new instance of the Sorting class with the default settings.
Specifies the sorting direction.
A enumeration value.
Specifies the sorting expression.
An descendant.
A data table retrieved by an associated .
Initializes a new instance of the Table class with the default settings.
Indicates the name of the associated data table, as defined in the data source to which it belongs.
A value, identifying the data table.
Specifies the alias that is used to refer to a data table instead of its name.
A value, specifying the data table alias.
Indicates whether a data table is identified by its name or alias.
true if the data table is assigned an alias; otherwise false.
For internal use.
Specifies the name by which a data table is referred to in a database schema.
A value, specifying the data table name.
Provides data for the and events.
Initializes a new instance of the BrowseForAssemblyEventArgs class with the specified settings.
A string that specifies the path to the assembly selected to load available data contexts from it.
Specifies the path to the assembly selected to load available data contexts from it.
A string that specifies the path to the assembly.
A set of columns (from a single table or multiple joined tables) that forms a SELECT statement when executing a query.
Initializes a new instance of the SelectQuery class with the specified name.
A value, specifying the query name.
Initializes a new instance of the SelectQuery class with the default settings.
Creates a relation between two data tables using a specified join operation.
A object, specifying the parent table.
A object, specifying the nested table.
A enumeration value, specifying the data relation.
An array of objects.
A object.
Creates a relation between two data tables using an inner join operation.
A object, specifying the parent table.
A object, specifying the nested table.
A value, specifying the key column name.
A object.
Creates a relation between two data tables using a specified join operation.
A object, specifying the parent table.
A object, specifying the nested table.
A enumeration value, specifying the data relation.
A value, specifying the key column name.
A object.
Creates a relation between two data tables using an inner join operation.
A object, specifying the parent table.
A object, specifying the nested table.
A value, specifying the parent key column name.
A value, specifying the nested key column name.
A object.
Creates a relation between two data tables using a specified join operation.
A object, specifying the parent table.
A object, specifying the nested table.
A enumeration value, specifying the data relation.
A value, specifying the parent key column name.
A value, specifying the nested key column name.
A object.
Creates a relation between two data tables using an inner join operation.
A object, specifying the parent table.
A object, specifying the nested table.
An array of objects.
A object.
Creates a relation between two data tables using a specified join operation and logical condition.
A object, specifying the parent table.
A object, specifying the nested table.
A enumeration value, specifying the data relation.
A value, specifying the parent key column name.
A value, specifying the nested key column name.
A enumeration value.
A object.
Creates a relation between two data tables using an inner join operation and logical condition.
A object, specifying the parent table.
A object, specifying the nested table.
A value, specifying the parent key column name.
A value, specifying the nested key column name.
A enumeration value.
A object.
Selects a data table with the specified name and alias.
A value, specifying the table name.
A value, specifying the table alias.
A object.
Selects a data table with the specified name.
A value, specifying the table name.
A object.
Provides access to all columns included in the query result set.
A collection of descendants.
Specifies whether or not a query result set should include duplicate values.
true to select only distinct (different) values; otherwise false.
Specifies the criteria used to filter data returned by the current SelectQuery.
A value, specifying the filter criteria.
Returns the SQL string corresponding to the current SelectQuery.
A object.
A value, specifying the query string.
Groups a data table by the specified columns.
A object.
An array of values, specifying the column names.
Groups a data table by the specified column.
A object.
A value, specifying the column name.
A object.
Groups a data table by the specified expression.
A value, specifying the grouping expression.
A object.
Specifies the filter criteria to add to the current SelectQuery containing grouped/aggregated columns.
A value.
Provides access to all groups specified for the current query.
A collection of objects.
Provides access to all data relations specified for the current query.
A collection of objects.
Selects all columns in a specified data table.
A object.
An object.
Selects all columns in all data tables within the query.
An object.
Selects a specified column from a required data table by specifying an aggregate function and column alias.
A to which the obtained column belongs.
A value, specifying the column name.
An enumeration value.
A value, specifying the column alias.
A object.
Selects a specified column from a required data table.
A to which the obtained column belongs.
A value, specifying the column name.
A object.
Obtains a specified column from a data table.
A to which the obtained column belongs.
A value, specifying the column name.
A value, specifying the column alias (displayed name).
A object.
Selects specified columns from the required data table.
A to which the obtained column belongs.
An array of values, specifying the names of obtained columns.
Returns a column with a specified alias that includes rows selected based on a required expression and aggregate function.
A value, specifying the query expression.
An enumeration value.
A value, specifying the column alias.
A object.
Returns a column with a specified alias that includes rows selected based on the required expression.
A value, specifying the SQL expression.
A value, specifying the column alias (display name).
A object.
Extends a query's result set with a column that specifies the row count in the requested table or, if there are groups in the table, - the rows count in each group.
A value specifying an alias to be used for the result set's column.
A object that allows you to get the name of the result set's column to then access this column.
Specifies the number of rows to skip in a returned query result set.
A non-negative integer value, specifying the number of rows to skip in a returned query result set (starting with the first data record).
Sorts a data table by a specified column.
A object.
A value, specifying the column name.
A object.
Sorts a data table by a specified column by applying an aggregate function.
A object.
A value, specifying the column name.
An enumeration value.
A object.
Sorts a data table by a specified column in a required direction by applying an aggregate function.
A object.
A value, specifying the column name.
An enumeration value.
A enumeration value.
A object.
Sorts a data table by a specified column in a required direction.
A object.
A value, specifying the column name.
A enumeration value.
A object.
Sorts a data table by a specified expression and aggregate function in a required direction.
A value, specifying the sorting expression.
An enumeration value.
A enumeration value.
A object.
Sorts a data table by a specified expression.
A value, specifying the sorting expression.
A object.
Sorts a data table by a specified expression in a required direction.
A value, specifying the sorting expression.
A enumeration value.
A object.
Provides access to all sorting criteria specified for the current query.
A collection of objects.
Provides access to all tables selected by the current query.
A collection of objects.
Specifies the number of rows returned in the query result set.
A non-negative integer value, specifying the number of selected records (starting with the first data record).
Checks the validity of the SelectQuery.
Checks the validity of the SelectQuery against a specified schema.
A object.
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 the default settings.
Initializes a new instance of the MsSqlCEConnectionParameters class.
A that specifies the path to the Microsoft SQL Server Compact Edition database file. This value is assigned to the property.
A that specifies the password used for authentication. This value is assigned to the property.
A 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.
An exception thrown when no columns have been selected for any of the selected tables.
Initializes a new instance of the NoColumnsValidationException class with the default settings.
A default implementation of the interface that provides custom validation logic for SQL queries.
Initializes a new instance of the CustomQueryValidator class with the default settings.
Validates a custom SQL query.
A object, providing access to settings used to establish the current data connection.
A , specifying the SQL query to validate.
A specifying the error message to display if validation fails.
true, if the query is valid; otherwise, false.
Lists the values indicating the bindable objects available in the Data Source Wizard.
All highlighted objects are listed (assemblies, classes, constructors and members).
Only highlighted assemblies are listed.
Only highlighted classes are listed.
Only highlighted constructors are listed.
Only highlighted members are listed.
No objects are listed.
Provides a default implementation of the interface exposing virtual methods, which you can override in derived classes.
Initializes a new instance of the DBSchemaProviderEx class with the default settings.
Returns the stored procedures corresponding to a specific data connection.
An object, specifying a connection to a data store.
An array of values, specifying the stored procedures to request.
An array of objects.
Returns the data tables corresponding to a specific data connection.
An object, specifying a connection to a data store.
An array of values, specifying the data tables to request.
An array of objects.
Returns the data views corresponding to a specific data connection.
An object, specifying a connection to a data store.
An array of values, specifying the data views to request.
An array of objects.
Loads columns from the specified tables.
An object, specifying a connection to a data store.
An array of objects, specifying tables that contain the columns to load.
Accumulates intermediate data source settings during the execution of a Data Source Wizard.
Initializes a new instance of the DataSourceModel class with the default settings.
Specifies an assembly containing implementation of a data source class.
An object containing information about an assembly.
Creates a new DataSourceModel instance, which is a copy of the current instance.
A new DataSourceModel instance, which is a copy of the current instance.
Specifies parameters to pass to an object data source constructor.
An array of objects.
Specifies the report data member.
A value, specifying the report data member.
Specifies the report data source schema.
A value, specifying the data source schema.
Specifies the report data source name.
A value, specifying the report data source name.
Specifies the report data source type.
A enumeration value.
Determines whether or not the specified object is equal to the current DataSourceModel instance.
The object to compare with the current object.
true if the specified object is equal to the current DataSourceModel instance; otherwise false.
Specifies the file name of an Excel data source.
A value.
Specifies the collection of data filters associated with this DataSourceModel.
An array of objects.
Serves as the default hash function.
An integer value, specifying the hash code for the current object.
Specifies parameters to pass to an object data source method.
An array of objects.
Specifies a constructor used to create an instance of an object data source.
A object containing information about a class constructor.
Specifies an object data source member to use for data binding.
An object containing information about an object data source member.
Specifies the type of an object data source.
An object containing information about a type.
Specifies the schema of an Excel data source.
An array of objects.
Specifies whether or not to save the password for an Excel document.
true to save the password for an Excel document; otherwise false.
Specifies the state of check boxes throughout the object data source creation pages of the Data Source Wizard.
A flags enumeration value.
Specifies the options of an Excel data source.
An descendant.
Specifies the options of an Entity Framework data source.
An array of objects.
Lists the modes of operation available for an object data source.
Both the data and schema of an object data source are available on the client.
Only the data from an object data source is available on the client.
Only the schema of an object data source is available on the client.
When implemented, provides the capability to customize the schema retrieved for an Excel/CSV file.
Returns the schema of an Excel data source.
A value.
A object.
An enumeration value.
An descendant.
A structure.
An array of objects.
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 Data Source Wizard.
Displays a confirmation window before the execution of a wizard.
A value.
true, if a user clicks OK; otherwise, false.
Creates a Data Source Wizard view.
A value.
A structure.
An object implementing the interface.
Runs the wizard with a specified model.
A object.
true, to save the changes to the wizard model; otherwise, false.
Displays a message with the specified text and caption before the execution of a wizard.
A value.
A value.
Displays a message with the specified text before the execution of a wizard.
A value.
Returns an object that displays a form while the wizard is loading information about a data source.
An object implementing the interface.
Lists the options available to customize the SQL pages of the Data Source Wizard.
For internal use.
Prevents a user from specifying the connection parameters manually, so that it is only possible for a user to select from the predefined set of parameters.
Enables a user to specify a custom SQL string in the Query Builder.
Enables a user to switch to an older version of the Expression Editor that does not support intelligent code completion.
Enables a user to switch to an older version of the Master-Detail Relation Editor that does not provide a diagram-based control where relationships are defined using drag-and-drop.
Enables a user to switch to an older version of the Expression Editor that does not support intelligent code completion, as well as enable a table-like interface for selecting fields in the Query Builder (instead of a diagram-based control).
Enables a user to switch to a newer Data Source Wizard version that enables creating multiple queries (along with defining master-detail relationships between them) with a single run of the wizard.
Applies the default settings to the SQL Data Source Wizard.
Disables the capability to specify custom SQL queries, column aliases and expressions. Instead, this option enables the use of custom names for tables and columns that are supplied by the interface.
Enables a table-like interface for selecting fields in the Query Builder (instead of a diagram-based control).
A custom aggregate expression that can be applied to a data column or group/sorting criteria.
Initializes a new instance of the CustomExpression class with the default settings.
Specifies a custom aggregate expression.
A value, specifying a custom expression.
Serves as the base for classes that contain the parameters of data connections.
Contains settings used to customize the Data Source wizard and Query Builder.
Initializes a new instance of the SqlWizardSettings class.
Gets or sets whether or not user credential will be automatically saved.
true, to save user credentials automatically; otherwise, false.
Specifies which data providers are available on the Specify a Connection String page of the Data Source Wizard.
One or more enumeration values.
Specifies whether or not to serialize database credentials along with document layouts (e.g., report or dashboards). Optionally, you can enable your end-users to select the required behavior.
A enumeration value.
Gets or sets whether end-users can create new connections in the Data Source wizard.
true, to disable the capability to create new connections in the Data Source wizard; otherwise, false.
Specifies whether or not the Data Source wizard and Query Builder allow end-users to create and execute custom SQL queries.
true, to allow end-users to use custom SQL queries; otherwise, false.
Determines whether the specified object is equal to the current SqlWizardSettings instance.
The object to compare with the current object.
true if the specified object is equal to the current SqlWizardSettings instance; otherwise false.
Gets the hash code that corresponds to the value of the current SqlWizardSettings object.
An integer value representing the hash code for the current object.
Specifies the kind of Master-Detail Relation Editor to use in the application.
true, to use an older editor version; otherwise, false.
Specifies whether the Query Builder should use a table-like interface or a diagram-based control for selecting fields.
true, to use a diagram-based user interface; otherwise, false.
Specifies whether or not the Query Builder invoked from the Data Source Wizard enables end-users to specify custom SQL queries, column aliases and expressions.
true, to disallow end-users from specifying custom SQL queries, column aliases and expressions; otherwise, false.
Resets settings exposed by the SqlWizardSettings class to default values.
Translates the current SQL Data Source wizard settings to the corresponding enumeration values of .
One or more enumeration values.
Returns the textual representation of SqlWizardSettings.
A value.
When implemented, provides custom validation logic for SQL queries.
Validates a custom SQL query.
A object, providing access to settings used to establish the current data connection.
A value, specifying the SQL query to validate.
A specifying the error message to display if validation fails.
true, if the query is valid; otherwise, false.
An exception thrown when a query contains an invalid expression.
Initializes a new instance of the InvalidExpressionStringValidationException class with the specified settings.
A value, specifying the expression.
Initializes a new instance of the InvalidExpressionStringValidationException class with the specified settings.
A value, specifying the expression.
A object.
Indicates the invalid expression string.
A value, specifying the expression.
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.
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.
Provides information about a stored procedure that is displayed in the Data Source Wizard when binding to an Entity Framework data source.
Initializes a new instance of the StoredProcedureViewInfo class with the specified settings.
An object containing settings of a stored procedure provided by an Entity Framework data source.
A value that specifies whether a stored procedure is selected for use.
Initializes a new instance of the StoredProcedureViewInfo class with the specified settings.
An object containing settings of a stored procedure provided by an Entity Framework data source.
Initializes a new instance of the StoredProcedureViewInfo class with the specified name.
A string that specifies the stored procedure name.
Specifies whether a stored procedure is added to the list for use.
true, if the stored procedure is selected to be used; otherwise, false.
Gets a stored procedure.
An object containing settings of a stored procedure provided by an Entity Framework data source.
Returns the stored procedure display name.
A string that specifies the stored procedure name.
An exception thrown when a negative or value has been specified.
Initializes a new instance of the NegativeTopSkipValidationException class with the default settings.
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 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 an XML file.
Initializes a new instance of the XmlFileConnectionParameters class with the default settings.
Initializes a new instance of the XmlFileConnectionParameters class.
A that specifies the path to the XML file. This value is assigned to the property.
Gets or sets the path to an XML file.
A that specifies the path to an XML file.
References a method that will handle the event.
References a method that will handle the event.
The event source.
A object that contains event data.
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.
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.
The data source that extracts data from Microsoft Excel workbooks or CSV files.
Initializes a new instance of the ExcelDataSource class.
For internal use.
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.
Updates the result schema of a data source available on the client according to the current data source structure.
For internal use.
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 average of different values.
The number of values.
The number of different values.
The largest value.
The smallest value.
Aggregation is not applied.
The sum of the values.
The sum of different values.
Obsolete. Use the corresponding functionality of the class instead.
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.
Obsolete. Use the corresponding functionality of the class instead.
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.
Obsolete. Use the corresponding functionality of the class instead.
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.
Obsolete. Use the corresponding functionality of the class instead.
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.
An exception thrown when trying to execute an aggregate query with an invalid sorting criteria applied to it.
Initializes a new instance of the AggregateQueryInvalidSortingValidationException class with the specified settings.
A value, specifying the table name.
A value, specifying the column name.
Indicates the column that has been specified in an invalid sorting criteria.
A value, specifying the column name.
Indicates the table to which an invalid sorting criteria has been applied.
A value, specifying the table name.
Enables you to obtain the list of suggestions corresponding to a specific part of an expression.
Initializes a new instance of the AutoCompleteItemsProvider class with the specified context.
An object.
Returns the collection of suggestions corresponding to a specific caret position within an expression.
A value, specifying the expression.
An integer value, specifying the symbol in the expression where the caret position is.
A collection of objects.
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.
When implemented by a class, provides a service functionality to store the data connection settings in WinForms applications.
If implemented, determines whether a connection can be saved to the connection storage.
true, if a connection can be saved; otherwise, false.
If implemented, determines whether or not the connection storage contains a specific connection string.
A value that specifies the name of a connection.
true, if the connection storage contains a connection; otherwise, false.
Obtains a collection of data connections, available in the connection storage.
A collection of objects.
Saves the specified data connection.
A value, specifying the connection name.
An object implementing the interface.
true to save the user credentials along with the data connection settings; false to only save the data connection settings.
When implemented by a class, provides a service functionality to manage report parameters created in the Report Wizard.
If implemented, adds a parameter to a parameter storage.
An object implementing the interface.
If implemented, specifies the caption of the New Report Parameter command available in the Visual Studio Report Designer.
A value.
If implemented, specifies whether or not the report parameters can be created.
true, if report parameters can be created; otherwise false.
If implemented, creates a new parameter of the specified type.
A value.
An object implementing the interface.
If implemented, specifies the title of the Report Parameter dialog invoked from the Visual Studio Report Designer.
A value.
If implemented, provides access to a collection of the available report parameters.
A collection of objects implementing the interface.
If implemented, specifies a View Model that provides information about a parameter.
Binds a current parameter to the corresponding external (report) parameter.
An object implementing the interface that specifies the report parameter.
true, if the report parameter type should be applied to the current parameter; otherwise, false.
Specifies a parameter's expression.
An object.
Specifies whether a parameter has the Expression type.
true, if the parameter has the Expression type; otherwise, false.
Specifies the name of the query to which a parameter is assigned.
A that specifies the query name.
If implemented by a class, provides a service for managing parameter types.
Returns the display name for the specified parameter type.
A that specifies the current context.
A object that specifies parameter type.
A that specifies the type's display name.
Returns available parameter types.
A that specifies the current context.
A dictionary that specifies available parameter types along with their display names.
A list of objects.
Initializes a new instance of the ParameterList class with the 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.
Gets the specified parameters of the current method.
A collection of objects.
A collection of objects.
Indicates whether or not a member is a method with parameters.
true, if a member is a method with parameters; otherwise, false.
Indicates whether or not the is assigned to a method.
true, if the attribute is assigned to a method; otherwise, false.
Invokes the method or constructor represented by the current instance, using the specified parameters.
A value.
An array of values.
A value.
Indicates whether or not a member is a method.
true, if a member is a method; otherwise, false
Indidcates whether or not a member is a property.
true, if a member is a property; otherwise, false.
Indicates whether or not a member is static.
true, if a member is static; otherwise, false
Obtains a MemberInfo object containing information about the current member.
A object.
Obtains the type of the current member.
A value.
Indicates the name of an object member.
A value, specifying the object member name.
Obtains a collection of constructor parameters.
A collection of values, specifying parameters to be passed to an object constructor.
Provides access to a property descriptor containing information about a property of an object data source.
A value.
Obtains the return type of the current member.
A value.
Returns the textual representation of an 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 the default settings.
When applied to a class, includes the corresponding item in the list of highlighted classes in the Data Source Wizard.
Initializes a new instance of the HighlightedClassAttribute class with the 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 the default settings.
Enables binding data-aware controls and components to a runtime-created object or an instance method.
Initializes a new instance of the ObjectDataSource class with the 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.
For internal use.
Occurs before filling an object data source, enabling you to provide custom data source validation.
Occurs before filling an object data source, enabling you to provide custom validation for all object data sources in your application.
Signals the object data source that initialization is starting.
Signals the object data source that updating has begun.
Specifies an object that enables an ObjectDataSource to access constructor parameters.
An value.
Specifies the data member of an object data source.
A value, specifying the data member.
Specifies the object data source that can be a specific object instance or a type.
A value, specifying the data source.
For internal use.
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.
For internal use.
Loads the object data source schema definition from XML.
A value containing an XML definition of the data source schema.
Provides access to the list of parameters that must be specified when binding an ObjectDataSource to a method.
A value.
Saves the XML definition of the object data source schema.
A value containing an XML definition of the data source schema.
Obsolete. Use the class instead.
Initializes a new instance of the TableQuery class with the 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 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 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.
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 the 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 the specified constructor parameters.
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.
Provides a presenter to the Configure Filters page of the Data Source Wizard.
Initializes a new instance of the ConfigureEFFiltersPage<TModel> class with the specified view.
An object implementing the interface.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Obsolete. Use the corresponding functionality of the class instead.
Initializes a new instance of the TableInfoList class with the 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.
Obsolete. Use the corresponding functionality of the class instead.
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 the default settings.
Appends an array of master-detail relations to the RelationInfoList.
An array of objects to append to the collection.
If implemented, enables you to restore a data connection on deserializing a report.
Loads the specified .
A value, specifying the connection name.
An object.
If implemented, provides a service for validating custom data source names.
Generates a name for the current data source.
A value, specifying the data source name.
Validates the specified data source name on the server.
A value, specifying the data source name.
true, if the validation succeeds; otherwise, false.
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.
Contains parameters used to establish a connection to an Amazon Redshift database.
Initializes a new instance of the AmazonRedshiftConnectionParameters class with the default settings.
Initializes a new instance of the AmazonRedshiftConnectionParameters class with the specified settings.
A value, specifying the server name.
An integer value, specifying the port number.
A value, specifying the database name.
A value, specifying the user name.
A value, specifying the password.
Initializes a new instance of the AmazonRedshiftConnectionParameters class with the specified settings.
A value, specifying the server name.
A value, specifying the database name.
A value, specifying the user name.
A value, specifying the password.
For internal use.
For internal use.
The default port for connecting to Amazon RedShift databases (5439).
Lists the options available to customize the Entity Framework pages of the Data Source Wizard.
No options are applied to the Entity Framework Data Source wizard.
The Entity Framework Data Source wizard enables end-users to load a data context from a custom assembly by clicking the Browse... button.
If implemented, provides a view for the Select a Data Source Member page of the Data Source Wizard.
Occurs when the selected item in the list of available members is changed.
If implemented, initializes a wizard page with the list of available members.
A collection of objects containing settings of object members.
A value that specifies whether binding to an object member (not to the entire object) is selected.
The state of the Show only highlighted members check box.
If implemented, specifies the item selected in the list of available members.
An object containing settings of the selected member.
If implemented, specifies the state of the Show only highlighted members check box.
true, to disable the check box; otherwise, false.
Contains parameters used to establish a connection to an Oracle server.
Initializes a new instance of the OracleConnectionParameters class with the default settings.
Initializes a new instance of the OracleConnectionParameters class.
A that specifies the name of the Oracle server to which the connection should be established. This value is assigned to the property.
A that specifies the user name used to authenticate to the Oracle server. This value is assigned to the property.
A that specifies the password used to authenticate to the Oracle server. This value is assigned to the property.
Gets or sets the password used to authenticate to an Oracle server.
A that specifies the password used to authenticate to an Oracle server.
Gets or sets the name of the Oracle server to which the connection should be established.
A that specifies the name of the Oracle server to which the connection should be established.
Gets or sets the user name used to authenticate to the Oracle server.
A that specifies the user name used to authenticate to the Oracle server.
Provides a presenter to the Create a Query or Select a Stored Procedure page of the Data Source Wizard.
Initializes a new instance of the ConfigureQueryPage<TModel> class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An object that specifies the wizard options.
An object implementing the interface that provides the capability to customize the data source schema.
An object implementing the interface that provides a service functionality to manage query parameters.
An object implementing the interface that provides custom validation logic for SQL queries.
Initializes a new instance of the ConfigureQueryPage<TModel> class with the specified settings.
An object implementing the interface.
An object implementing the interface.
One or more enumeration values.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Gets the schema of the connected SQL data source.
An object specifying the database schema.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
A method that will handle the and events.
A method that will handle the event.
The event sender.
A object that contains data related to the event.
Provides the capability to customize the database schema.
Returns the stored procedures corresponding to a specific data connection.
An object, specifying a connection to a data store.
An array of values, specifying the stored procedures to request.
An array of objects.
Returns the data tables corresponding to a specific data connection.
An object, specifying a connection to a data store.
An array of values, specifying the data tables to request.
An array of objects.
Returns the data views corresponding to a specific data connection.
An object, specifying a connection to a data store.
An array of values, specifying the data views to request.
An array of objects.
Loads columns from the specified tables.
An object, specifying a connection to a data store.
An array of objects, specifying tables that contain the columns to load.
Contains values corresponding to strings that can be localized for a Data Access application.
Default value: "Invalid sorting column \"{0}\".\"{1}\". Results of a TableQuery containing aggregate functions can only be sorted by columns used as grouping criteria."
Default value: "An aggregated column should have an alias."
Default value: "Circular relations have been detected."
Default value: "The schema does not contain the following column: \"{0}\".\"{1}\"."
Default value: "A column cannot be null."
Default value: "Queries"
Default value: "Stored Procedures"
Default value: "Tables"
Default value: "One or more relations are invalid. \r\nTo learn about the error details, click Edit Relations."
Default value: "Views"
Default value: "Manual editing of custom SQL is not allowed. The current query is represented by a custom SQL query string, which will be lost if you proceed with editing the query using the Query Builder dialog. Do you want to discard the custom SQL and proceed with the Query Builder?"
Default value: "Please wait"
Default value: "Connecting to the database
"
Default value: "The connection has been cancelled."
Default value: "Cannot find the following connection in the config file: {0}."
Default value: "No connection has been specified."
Default value: "Connection parameters were discarded because the {0} provider is not supported. \r\nSelect one of the available data providers and specify connection parameters or close the wizard \r\nusing the Close button to undo this change."
Default value: " (in the config file)"
Default value: " (from the Server Explorer)"
Default value: "The column name [{0}], which is used in the custom expression, is ambiguous. Columns with this name exist in the following tables: {1}."
Default value: "There are no tables containing column [{0}], which is used in the custom expression."
Default value: "Column [{0}].[{1}] is used in the custom expression, but is missing in DBSchema."
Default value: "A custom SQL query should contain only SELECT statements."
Default value: "Connection name: {0}\r\n Error message:\r\n{1}\r\n"
Default value: "Failed to connect to the database. To learn more, see the exception details. \r\n\r\nException details:\r\n {0}"
Default value: "Data Source"
Default value: "Parameter"
Default value: "A column with the following name already exists: \"{0}\".\"{1}\"."
Default value: "A table with the following name already exists: \"{0}\"."
Default value: "A filter string cannot be null."
Default value: "Column{0}"
Default value: "{0}\r\nFile not found.\r\nCheck the file name and try again."
Default value: "Schema loading..."
Default value: "The protected file cannot be opened."
Default value: "A password is required to open this workbook."
Default value: "The password is not correct. Please try again."
Default value: "BIFF5 (Excel 5.0/95) XLS file format is not supported."
Default value: "The file is corrupt."
Default value: "Incorrect file format"
Default value: "Comma"
Default value: "Semicolon"
Default value: "Space"
Default value: "Tab"
Default value: "Type: {0}"
Default value: "Columns"
Default value: "column"
Default value: "Constants"
Default value: "constant"
Default value: "Custom"
Default value: "Functions"
Default value: "function"
Default value: "Operators"
Default value: "operator"
Default value: "Parameters"
Default value: "parameter"
Default value: "The expression string cannot be empty."
Default value: "Aggregate"
Default value: "DateTime"
Default value: "Logical"
Default value: "Math"
Default value: "String"
Default value: "Invalid column: '{0}'."
Default value: "Invalid function: '{0}'."
Default value: "Invalid expression."
Default value: "Invalid parameter: '{0}'."
Default value: "The following aggregate function is not supported: '{0}'."
Default value: "An expression cannot be null, either column or custom expression expected."
Default value: "An expression string cannot be null"
Default value: "All Supported Formats"
Default value: "CSV Files"
Default value: "Excel Workbooks"
Default value: "The column name [{0}], which is used in the filter string, is ambiguous. Columns with this name exist in the following tables: {1}."
Default value: "There are no tables containing column [{0}], which is used in the filter string."
Default value: "Column [{0}].[{1}] is used in the filter string, but is missing in DBSchema."
Default value: "Gathering types information..."
Default value: "Cannot group by an aggregate column: \"{0}\".\"{1}\"."
Default value: "Grouping requires at least one aggregated column."
Default value: "Group filtering cannot be applied to data that is not grouped. Please apply data grouping first."
Default value: "A grouping criteria cannot be null."
Default value: "Group filtering requires grouping."
Default value: "The specified relation is incomplete: \"{0}\"."
Default value: "Cannot parse the following expression string: \"{0}\"."
Default value: "Invalid port number. A port number should be between 0 and 65535 inclusive."
Default value: "Loading Data..."
Default value: "{0} of {1}..."
Default value: "Loading data source"
Default value: "Select statement creation failed."
Default value: "Unable to load the {0} assembly for the {1} context. Please choose an existing external assembly and/or existing context."
Default value: "Unable to open a database."
Default value: "An error occurred while rebuilding a data source schema."
Default value: "The collection already contains the '{0}' item"
Default value: "This collection already contains an item with the '{0}' name"
Default value: "A query with the specified name already exists: {0}."
Default value: "The query name cannot be empty."
Default value: "Item name cannot be null or an empty string"
Default value: "Column '{0}'.'{1}' does not exist."
Default value: "Query '{0}' does not exist."
Default value: "Cannot add a null value to the collection"
Default value: "Item name '{0}' contains wrong characters"
Default value: "Parameter name '{0}' contains wrong characters"
Default value: "Top and Skip properties should be non-negative integer."
Default value: "The following table contains no columns: \"{0}\"."
Default value: "The specified relation does not contain key columns: \"{0}\"."
Default value: "The collection of tables cannot be empty."
Default value: "The connection string contains no XpoProvider key or the specified key is invalid. \r\n\r\nException details:\r\n {0}"
Default value: "Loading the data sources referenced in this file may harm your computer. Was this file obtained from a trusted source?\r\n\r\nClick 'Yes' to load the data source content as is.\r\nClick 'No' to load only trusted data source content."
Default value: "Cannot get properties for the type returned by this method."
Default value: "Cannot get properties for this type."
Default value: "A data member '{0}' does not exist."
Default value: "The default constructor of an ITypedList implementation has thrown an exception."
Default value: "The GetItemProperties method of an ITypedList has thrown an exception."
Default value: "Cannot get item properties from IListSource without default constructor."
Default value: "The type is static and it does not have any members returning IEnumerable."
Default value: "default"
Default value: "none"
Default value: "null"
Default value: "The aggregation should be applied either to all of columns or to none of them."
Default value: "Only non-negative numeric values are allowed."
Default value: "Behavior"
Default value: "Connection"
Default value: "Data"
Default value: "Design"
Default value: "The following database provider is not supported: {0}."
Default value: "One or more queries have failed to execute."
Default value: "One or more queries have failed to validate."
Default value: "*"
Default value: "(all tables)"
Default value: "The specified alias already exists."
Default value: "Can join {0}"
Default value: "Please click the 'Filter...' button to correct the filter string."
Default value: "Not all parts of the expression are specified."
Default value: "Joined on {0}"
Default value: "A database does not contain tables or views and does not support SQL editing. To be able to run the Query Builder, make sure that your database contains at least one table or supports SQL editing."
Default value: "No table has been selected. Please select at least one table to proceed."
Default value: "No column has been selected. Please select at least one column to proceed."
Default value: ", "
Default value: "{0} on {1}"
Default value: "[{0}] {1} join [{2}] on {3}"
Default value: "Common"
Default value: "Custom SQL"
Default value: "Stored Procedure"
Default value: "Table Selection"
Default value: "The Field List is being populated..."
Default value: "The schema does not contain the following relation column: \"{0}\".\"{1}\"."
Default value: "The relation column cannot be null."
Default value: "Inner join"
Default value: "Left outer join"
Default value: "Master-detail relation"
Default value: "Cannot set relation between columns '{0}'.'{1}' of type {2} and '{3}'.'{4}' of type {5}."
Default value: "A relation cannot be null."
Default value: "The reference table has not been selected: \"{0}\"."
Default value: "Column not found: '{0}'.'{1}'."
Default value: "Expression Editor..."
Default value: "The SKIP setting is set while records are not sorted. Please apply sorting to be able to skip the first N records or reset the SKIP setting in the Filter Editor dialog."
Default value: "Records are not sorted. Please add a sorting to be able to skip first N records."
Default value: "Cannot sort by an aggregate column: {0}({1}), because the query is not aggregated."
Default value: "The following column is used as a sorting criterion more than once: \"{0}\".\"{1}\"."
Default value: "A sorting criteria cannot be null."
Default value: "Error trying to execute an SQL query{0}{1}.\nError: {2}"
Default value: " with parameters:"
Default value: "Query {0} failed to execute."
Default value: "The SQL string is null or empty."
Default value: "Parameter '{2}' type mismatch: <{0}>, <{1}> is expected."
Default value: "The name of a stored procedure cannot be null."
Default value: "Cannot find the specified stored procedure: \"{0}\"."
Default value: "Parameter count mismatch: <{0}>, <{1}> is expected."
Default value: "Parameter name mismatch: <{0}>, <{1}> is expected."
Default value: "A parameter cannot be null."
Default value: "Parameter type mismatch: <{0}>, <{1}> is expected."
Default value: "The schema does not contain the specified table: \"{0}\"."
Default value: "The reference table has not been selected: \"{0}\"."
Default value: "A table cannot be null."
Default value: "The following tables have no relations: \"{0}\"."
Default value: "Non-negative number (8 bit integer)"
Default value: "Char"
Default value: "Object"
Default value: "Number (8 bit integer)"
Default value: "Non-negative number (32 bit integer)"
Default value: "Non-negative number (64 bit integer)"
Default value: "Non-negative number (16 bit integer)"
Default value: "Unknown"
Default value: "The column name is not specified."
Default value: "The table name is not specified."
Default value: "Cannot load this assembly for security reasons."
Default value: "Custom connection string"
Default value: "A data connection with the specified name already exists. Please specify a different connection name."
Default value: "The name cannot be null, empty or contain only whitespaces."
Default value: "The selected assembly does not contain Entity Framework data contexts."
Default value: "XML Files"
Default value: "New query features are not supported in case of XML provider"
Default value: "Some of the query features are not supported for XML files."
A collection of objects.
Initializes a new instance of the EFParameterCollection class with the 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 query validation has failed.
Obsolete. Use the corresponding functionality of the class instead.
Initializes a new instance of the ColumnInfo class with the 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.
Obsolete. Use the corresponding functionality of the class instead.
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 the 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 stored procedure call.
Initializes a new instance of the StoredProcQuery class with the default settings.
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 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 formalized description of a database query used to select data from .
For internal use.
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.
For internal use. Use the interface instead.
Returns the data source schema corresponding to a specified data connection.
A object.
A enumeration value.
A object.
Loads columns from the specified tables.
An object that specifies a connection to a data store.
An array of objects specifying tables.
Lists the values indicating how to save the connection string.
The connection string is hard-coded into the application.
The connection string is hard-coded into the application along with the user credentials.
The connection string is stored in the application's configuration file.
The connection string is stored in the application's configuration file along with the user credentials.
A default implementation of the service.
Instantiates the ExcelSchemaProvider class.
Specifies a string part in a generated column name. This part is appended by a column number.
The string part of the generated column name.
Returns a schema for a specified Excel/CSV file.
A value specifying the name of the source Excel/CSV file.
A object.
An enumeration value specifying the format of the source file.
An descendant specifying options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
A structure that propogates notification that operations should be canceled.
An array of objects.
Specifies the count of rows used to determine a column's type.
An integer value specifying the number of rows used to determine a column's type.
Contains parameters used to establish a connection to a Firebird database server or embedded database.
Initializes a new instance of the FireBirdConnectionParameters class with the 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.
Initializes a new instance of the FireBirdConnectionParameters class.
A that specifies the name of the Firebird server to which the connection should be established.
An integer value, specifying the port number.
A that specifies the name of the database that contains the required data.
A that specifies the user name used to authenticate to the Firebird server.
A that specifies the password used to authenticate to the Firebird server.
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.
For internal use.
The default port for connecting to FireBird databases (3050).
Gets or sets the path to a database file.
A that specifies the path to a database file.
Gets or sets the password used for authentication.
A that specifies the password used for authentication.
For internal use.
Specifies the port number for connecting to FireBird databases.
An integer value, specifying the port number. This value cannot be negative or greater than 65535.
Gets or sets the name of the Firebird server to which the connection should be established.
A that specifies the name of the Firebird server to which the connection should be established.
Gets or sets the user name used for authentication.
A that specifies the user name used for authentication.
If implemented by a class, supports automatic creation of the database schema provider (that is implemented by the interface).
Creates a new database schema provider, by using the SQL Data Source Wizard to obtain a custom database schema.
A database schema provider, implementing the interface.
Lists the supported object types.
The object is an abstract class.
The object is a class.
The object is an interface.
The object is a namespace.
The object is a static class.
Identifies the master-detail relationship 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 the 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 relationship.
A value, specifying the detail query name.
Generates the default name for the master-detail relationship.
A value, specifying the relationship name.
Returns detailed information about the master-detail relationship, including the queries that are related and their corresponding key columns.
A value, describing the master-detail relationship.
Indicates whether or not the name of a master-detail relationship has been specified.
true if the relationship has been provided with a custom name; otherwise false.
Provides access to the collection of key columns defined for the master-detail relationship.
A collection of objects.
Specifies the master query name of the master-detail relationship.
A value, specifying the master query name.
Specifies the relationship name.
A value, specifying the relation name.
Returns the textual representation of 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 the 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 enumeration value.
Specifies the condition applied to the current column.
A enumeration value.
Specifies the name of the nested key column in a master-detail relation.
A value, specifying the name of the nested key column.
Specifies the name of the parent key column in a master-detail relation.
A value, specifying the name of the parent key column.
Returns the textual representation of RelationColumnInfo.
A value.
If implemented, accumulates intermediate data source settings during the execution of a Data Source Wizard.
Specifies the data source name.
A value, specifying the data source name.
Specifies the data source type.
A enumeration value, specifying the data source name.
A filter applied to an Entity Framework DBSet.
Initializes a new instance of the DBSetFilter class with the specified settings.
A value, identifying the DbSet. This value is assigned to the property.
A value, specifying the filter string. This value is assigned to the property.
Initializes a new instance of the DBSetFilter class with the specified settings.
A value, identifying the DbSet. This value is assigned to the property.
A value, specifying the filter string. This value is assigned to the property.
A collection of objects. This value is assigned to the property.
Initializes a new instance of the DBSetFilter class with the default settings.
Specifies the criteria operator associated with this DBSetFilter.
A object.
Specifies the name of a DbSet, to which the filter applies.
A value, identifying the DbSet.
Specifies the filter string associated with the current DBSetFilter.
A value, specifying the filter string.
For internal use.
A object.
Provides access to the collection of parameters passed to a stored procedure by an Entity Framework data source.
A object.
For internal use.
A object.
A method that will handle the and events.
A method that will handle the and events.
The event sender.
A object that contains data related to the event.
Contains parameters used to establish a connection to an Entity Framework data source.
Initializes a new instance of the EFConnectionParameters class with the 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 the 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, indicating the position of the specified query in the collection.
Inserts the specified SQL query into the collection at the specified position.
An zero-based integer, specifying the item's index position in the collection.
A object to insert into the collection.
Provides indexed access to individual items in the collection.
A zero-based integer value, specifying the item's index position in the collection.
A object.
Provides access to an individual item in the collection by its name.
A value, specifying the query name.
A object.
Removes the specified query from the collection.
A object.
true if the specified query has been found and removed; otherwise false.
Removes the element at the specified index from the collection.
A zero-based integer, specifying the index of the object to remove.
An Entity Framework data source.
Initializes a new instance of the EFDataSource class with the default settings.
For internal use.
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.
For internal use.
Occurs on an attempt to load a custom assembly by EFDataSource.
Occurs on an attempt to load a custom assembly by EFDataSource (e.g., when an application loads a report template containing an Entity Framework data source originated from a compiled assembly).
Specifies the connection for an EFDataSource.
A object.
Specifies the connection parameters of an Entity Framework data source.
An object.
For internal use.
For internal use.
For internal use.
For internal use.
Retrieves the data from the Entity Framework data source.
Retrieves the data from the Entity Framework data source with the specified parameters.
A collection of objects implementing the interface.
Provides access to the collection of Entity Framework data source filters.
A object.
For internal use.
For internal use.
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.
The data source for Windows Forms data-aware controls that binds these controls to a database (in read-only mode) while allowing you to configure the data connection options.
For internal use.
Initializes a new instance of the SqlDataSource class with the specified connection parameters.
A descendant, specifying the data connection parameters. This value is assigned to the property.
Initializes a new instance of the SqlDataSource class with the specified connection name.
A value, specifying the connection name in the App.config file. This value is assigned to the property.
For internal use.
For internal use.
Specifies whether or not custom SQL queries can be used to fill the .
true, to allow specifying custom SQL for the ; otherwise, false.The default is true.
For internal use.
Clears all data cached when filling the SqlDataSource, preserving the information about the original structure of tables, columns and data relations.
Allows you to customize connection settings before connecting to a database.
Provides access to the data connection settings of the SqlDataSource.
A object.
Fires after an attempt to establish a data connection has failed.
Specifies the name of a data connection in the App.config file.
A value, specifying the data connection name in the App.config file.
Provides access to the data connection options of the SqlDataSource.
A object.
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.
Validates and executes all valid queries available in the collection.
Validates and executes all valid queries available in the collection with the specified parameters.
A collection of objects implementing the interface.
Validates and executes the specified queries.
An array of values, specifying the queries to fill.
Validates and executes the specified queries with the required parameters.
A collection of objects implementing the interface.
An array of values, specifying the queries to fill.
For internal use.
For internal use.
Use the property instead.
Loads the SQL data source schema definition from XML.
A value containing an XML definition of the data source schema.
Provides access to the collection of queries defined for the SqlDataSource.
A object.
Validates and updates the result schema available on the client after query execution (it can be accessed using the property). This command does not affect the actual database schema on the server.
Validates and updates the result schema available on the client after query execution with the specified parameters (the result schema can be accessed using the property). This command does not affect the actual database schema on the server.
A collection of objects implementing the interface.
Validates and updates the result schema available on the client after confirming the execution of associated queries (the result schema can be accessed using the property). This command does not affect the actual database schema on the server.
A method that defines a set of criteria to determine whether or not the specified strings have been executed.
Validates and updates the result schema available on the client with the specified queries and parameters after confirming the execution of associated queries (the result schema can be accessed using the property). This command does not affect the actual database schema on the server.
A method that defines a set of criteria to determine whether or not the specified strings have been executed.
A collection of objects implementing the interface.
A collection of objects.
Validates and updates the result schema available on the client with the specified parameters after confirming the execution of associated queries (the result schema can be accessed using the property). This command does not affect the actual database schema on the server.
A method that defines a set of criteria to determine whether or not the specified strings have been executed.
A collection of objects implementing the interface.
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.
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.
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 method that will handle the ConnectionError event.
References a method that will handle ConnectionError events.
The event source.
A object that contains event data.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
If implemented, provides the View functionality to Data Source Wizard pages.
Specifies the description of a wizard page.
A value, specifying the page description.
A default localizer to translate a Data Access application's resources.
Initializes a new instance of the DataAccessResLocalizer class with the default settings.
"LocalizationRes"
An exception thrown when a query references a table without specifying its name.
Initializes a new instance of the UnnamedTableValidationException class with the default settings.
A parameter passed to a .
Initializes a new instance of the QueryParameter class with the 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.
Provides the means to localize the Query Builder and Report Wizard.
Initializes a new instance of the DataAccessLocalizer class with the default settings.
Specifies a localizer object providing localization of an application's Query Builder and Report Wizard at runtime.
An descendant, used to localize the user interface at runtime.
Returns a Localizer object storing resources based on the thread's language and regional settings (culture).
An object, storing resources based on the thread's language and regional settings (culture).
For internal use. Returns a Localizer object storing resources based on the thread's language and regional settings (culture).
An object, storing resources based on the thread's language and regional settings (culture).
Returns a localized string for the given string identifier.
A enumeration value, identifying the string to localize.
A value, corresponding to the specified identifier.
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.
An exception thrown when attempting to assign a data relation to unrelated columns.
Initializes a new instance of the RelationException class with the specified settings.
A value, specifying the master table name.
A value, specifying the master key column name.
A enumeration value, specifying the master column's property type.
A value, specifying the detail table name.
A value, specifying the detail key column name.
A enumeration value, specifying the detail column's property type.
Indicates the detail key column specified for an invalid relation.
A value, specifying the detail column key.
Indicates the detail table specified for an invalid relation.
A value, specifying the detail table name.
Indicates the detail column's property type.
A enumeration value.
Indicates the master key column specified for an invalid relation.
A value, specifying the master column key.
Indicates the master table specified for an invalid relation.
A value, specifying the master table name.
Indicates the master column's property type.
A enumeration value.
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.
Lists the options that define whether to allow loading object data sources in end-user applications.
Allow loading any object data sources.
Load object data sources in a safe mode (with their data member and data source settings cleared).
Ask for an end-user's permission on every attempt to load an object data source in an application.
Provides settings for an individual data provider listed on the Specify a Connection String wizard page.
Initializes a new instance of the ProviderLookupItem class with the specified settings.
A value, specifying the data provider name. This value is assigned to the property.
A value, specifying the key to access a data provider. This value is assigned to the property.
An object implementing the interface. This value is assigned to the property.
Specifies the key for accessing a data provider in a dictionary.
A value, specifying the key to access a data provider. This value is assigned to the property.
Specifies the data provider name.
A value, specifying the data provider name.
For internal use.
An object implementing the interface.
Returns the textual representation of ProviderLookupItem.
A value.
An exception thrown when the key column of a data relation is null.
Initializes a new instance of the RelationColumnNullValidationException class with the default settings.
Provides data for the CustomFilterExpression events.
Initializes a new instance of the CustomFilterExpressionEventArgs class.
A that specifies the name of the data source. This value is assigned to the property.
A that specifies the display caption of the data source. This value is assigned to the property.
A value, specifying the table name. This value is assigned to the property.
Get the data source name, used in code to identify the data source's object, for which the event has been raised.
A that is the name of the data source for which the event has been raised.
Gets the name of the data source for which the event has been raised.
A that is the name of the data source for which the event has been raised.
Gets or sets the filter expression that defines a WHERE clause included in the SQL query.
A descendant that specifies the filter expression that defines a WHERE clause included in the SQL query.
Indicates the name of a data table to which the applies.
A value, specifying the table name.
A row of data in a .
Gets a collection of detail rows for the current master row.
An object implementing the interface that is the master-detail relation.
A collection of objects implementing the interface that are detail rows.
Gets a collection of detail rows for the current master row.
A value that specifies the name of the master-detail relation.
A collection of objects implementing the interface that are detail rows.
Gets an individual row value for the specified column.
An object implementing the interface that specifies the column.
An individual row value.
Gets an individual row value by the column index.
A zero-based integer that specifies the column index.
An individual row value.
Gets an individual row value by the column name.
A value that specifies the column name.
An individual row value.
Gets an individual row value by the column index.
A zero-based integer that specifies the column index.
An individual row value.
Gets an individual row value by the column name.
A value that specifies the column name.
An individual row value.
A View Model that provides information about an Entity Framework data source's filters.
Initializes a new instance of the EFFiltersViewModel class with the specified settings.
An array of objects that specify filters applied to an Entity Framework DBSet.
A dictionary that specifies a value pair that includes the DBSet's name and the .
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
Provides access to the available Entity Framework DBSets.
A collection of strings that specify available Entity Framework DBSets.
Provides access to the Entity Framework DBSets to which filters are applied.
A collection of strings that specify the Entity Framework DBSets to which filters are applied.
Removes the Entity Framework data source filter with the specified index.
A zero-based index that specifies the filter to remove.
For internal use.
Provides access to the collection of external parameters' expressions.
An array of objects that specify expressions of external parameters.
Provides access to the collection of Entity Framework data source filters.
A collection of objects.
Occurs every time any of the EFFiltersViewModel class properties has changed its value.
Provides access to the collection of available parameter types.
An array of objects that specify parameter types.
Use the class instead.
Initializes a new instance of the CustomAssemblyLoadingEventArgs class with the specified path to a custom assembly.
A value, specifying the path to a custom assembly. This value is assigned to the property.
Specifies whether or not the corresponding event was handled.
true if the event was handled; otherwise, false.
Specifies the path to a custom assembly.
A value, specifying the path to a custom assembly.
Enables running the Query Builder from the Create a Query or Select a Stored Procedure (Multi-Query Version) wizard page.
Creates a new SQL query.
A object.
Runs the Query Builder to customize the specified query.
A object to customize.
A customized object.
An exception thrown when a key column of a data relation is missing in the data source schema.
Initializes a new instance of the RelationColumnNotInSchemaValidationException class with the specified settings.
A value, specifying the table name.
A value, specifying the column name.
Indicates the key column that is missing in the data source schema.
A value, specifying the column name.
Indicates the table containing a key column that is missing in the data source schema.
A value, specifying the table name.
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.
The default implementation of the interface.
Initializes a new instance of the ResultSchemaProvider class with the default settings.
Returns the result schema corresponding to a specified custom SQL.
A object.
A object.
A object.
A collection of objects.
A value.
Returns the result schema corresponding to a specified SELECT query.
A object.
A object.
A object.
A object.
A collection of objects.
A value.
Returns the result schema corresponding to a specified stored procedure.
A object.
A object.
A object.
A value.
If implemented, enables you to obtain and customize a data source schema.
Returns the result schema corresponding to a specified custom SQL.
A object.
A object.
A object.
A collection of objects.
A value.
Returns the result schema corresponding to a specified SELECT query.
A object.
A object.
A object.
A object.
A collection of objects.
A value.
Returns the result schema corresponding to a specified stored procedure.
A object.
A object.
A object.
A value.
Enables you to provide custom validation to the Expression Editor.
Initializes a new instance of the CriteriaOperatorValidator class with the specified settings.
An object.
true, if the Expression Editor supports aggregate functions; otherwise, false.
Enables custom processing of the specified .
An object.
Enables custom processing of the specified .
An object.
Enables custom processing of the specified .
A object.
Enables custom processing of the specified .
An object.
An exception thrown when no tables have been selected by a query.
Initializes a new instance of the NoTablesValidationException class with the default settings.
Provides data for the and events.
Initializes a new instance of the ItemUpdatedEventArgs class with the specified item.
A object. This value is assigned to the property.
Specifies the tree list item that has changed its state.
A object.
Accumulates intermediate SQL data source settings during the execution of the Data Source Wizard.
Initializes a new instance of the SqlDataSourceModel class with the default settings.
Initializes a new instance of the SqlDataSourceModel class with the specified prototype.
An object, specifying a prototype for a new SqlDataSourceModel instance.
Creates a new SqlDataSourceModel instance, which is a copy of the current instance.
A new SqlDataSourceModel instance, which is a copy of the current instance.
Specifies the connection to a .
A object.
Determines whether or not the specified object is equal to the current SqlDataSourceModel instance.
The object to compare with the current object.
true if the specified object is equal to the current SqlDataSourceModel instance; otherwise false.
Gets the hash code that corresponds to the value of the current SqlDataSourceModel object.
An integer value representing the hash code for the current object.
Provides access to the collection of SQL queries displayed in the Data Source Wizard.
A collection of values, specifying the selected objects.
Specifies the .
A object.
Provides access to the collection of master-detail relationships of the SqlDataSourceModel.
A collection of objects.
Specifies the SQL string.
A value, specifying the SQL string.
Serves as the base for classes that provide data for the ConnectionError events.
Initializes a new instance of the ConnectionErrorEventArgs class.
A that specifies the name of the connection for which the event has been raised. This value is assigned to the property.
A descendant that contains connection parameters. This object is assigned to the property.
A object representing the exception that caused the event.
Gets or sets whether the operation performed on the processed event should be canceled.
true, to cancel the operation performed on the event; otherwise, false.
Gets an exception that caused the ConnectionError event.
A object representing the exception that caused the ConnectionError event.
Gets or sets whether default actions are required to connect to a data store.
true, if no default actions are required to connect to a data store; otherwise, false.
Provides the information about a query parameter while running the Data Source Wizard.
Initializes a new instance of the QueryParameterInternal class with the specified settings.
A value, specifying the query name. This value is assigned to the property.
A value, specifying the parameter name. This value is assigned to the property.
A value, specifying the parameter type. This value is assigned to the property.
A value, specifying the parameter value. This value is assigned to the property.
Indicates the query parameter name.
A value.
Specifies the query name.
A value.
Indicates the query parameter type.
A value.
Specifies the query parameter value.
A value.
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 the default settings.
Initializes a new instance of the SqlDataConnection class with the specified settings.
An object.
A value, specifying the connection name.
A descendant.
Removes user credentials from the connection string generated 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.
For internal use.
A value.
Generates a connection string out of the connection parameters assigned to the SqlDataConnection.
A value, specifying the connection string.
Generates a connection string out of the connection parameters assigned to the SqlDataConnection (with or without including user credentials into the connection string).
true, to remove user credentials from the connection string; otherwise, false.
A value, specifying the connection string.
Creates 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.
Returns the schema of an SQL data source.
true, to load data tables along with their columns; otherwise, false.
A enumeration value.
A object.
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.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
For internal use.
Provides access to data obtained for preview from a database, as well as to options related to the data retrieval.
Initializes a new instance of the PreviewData class with the specified settings.
A value. This value is assigned to the property.
true, to obtain only the first 1000 rows from the database; false to obtain all available data rows. This value is assigned to the property.
Provides access to the data obtained for preview.
A value.
Indicates whether or not the data obtained for preview should be limited by the first 1000 data rows.
true to obtain only the first 1000 rows from the database; false to obtain all available data rows.
Lists the SQL data providers available on the Specify a Connection String page of the Data Source Wizard.
Identifies Micrisoft Access data providers.
Identifies the SAP Sybase Advantage data provider.
All supported data providers are displayed in the Data Source wizard.
Identifies the SAP SQL Anywhere data provider.
Identifies the SAP Sybase ASE data provider.
Identifies the Google BigQuery data provider.
Identifies the Custom Connection String data provider.
Identifies the IBM DB2 data provider.
Identifies the Firebird data provider.
Identifies the Microsoft SQL Server data provider.
Identifies the MS SQL Server CE data provider.
Identifies the MySQL data provider.
No data providers are displayed in the Data Source wizard.
Identifies the Oracle data provider.
Identifies the Pervasive PSQL data provider.
Identifies the Postgre SQL data provider.
Identifies the Amazon Redshift data provider.
Identifies the SQLite data provider.
Identifies the Teradata data provider.
Identifies VistaDB data providers.
Identifies the XML File data provider.
If implemented, provides the information about a query parameter while running the Data Source Wizard.
Specifies the name of a query with which the parameter is associated.
A value specifying the query name.
A parameter passed to a stored procedure by an .
Initializes a new instance of the EFParameter class with the 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 the 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 a SQLite database file.
Initializes a new instance of the SQLiteConnectionParameters class with the 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 the 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 a cube in an MS Analysis Services database.
Initializes a new instance of the OlapConnectionParameters class with the 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 Microsoft SQL Server.
Initializes a new instance of the MsSqlConnectionParameters class with the 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. This value is assigned to the property.
Gets or sets the authentication mode of the Microsoft SQL Server.
A value that specifies the authentication mode of the Microsoft SQL Server.
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 the 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.
Contains a connection string.
Initializes a new instance of the CustomStringConnectionParameters class with the 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.
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 the 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.
Initializes a new instance of the DBSchema class with the specified settings.
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.
Contains parameters used to establish a connection to an ASE database server.
Initializes a new instance of the AseConnectionParameters class with the 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 the 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 the 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 the 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.
Provides data for the and events.
Initializes a new instance of the BeforeLoadCustomAssemblyEventArgs class with the specified settings.
A value, specifying the path to a custom assembly. This value is assigned to the property.
A value, specifying the type to load from a custom assembly. This value is assigned to the property.
Specifies whether loading a custom assembly is allowed.
true to allow loading a custom assembly; otherwise false.
Specifies the path to a requested assembly.
A value, specifying the path to a custom assembly.
Specifies the type to load from a custom assembly.
A value, specifying the type to load from a custom assembly.
An exception thrown when a query has a filter criteria that is not contained in any of the selected tables.
Initializes a new instance of the FilterByColumnOfMissingTableValidationException class with the specified settings.
A value, specifying the column name.
Indicates the column that was used as a filter criteria and belongs to a table that has not been selected.
A value, specifying the column name.
Lists actions which can be performed in response to a request for loading a custom assembly for the Entity Framework Data Source.
Custom assemblies can be loaded without notice.
No custom assembly can ever be loaded.
Decide whether to load each custom assembly. Raise the CustomAssemblyLoading event and check the arguments. If the event is not handled - query the notification service. Cancel loading if neither event nor service provide a response.
The base for classes that provide the data source parameter functionality.
Initializes a new instance of the DataSourceParameterBase class with the specified settings.
A value, specifying the parameter name. This value is assigned to the property.
A value, specifying the parameter type. This value is assigned to the property.
A value, specifying the parameter type. This value is assigned to the property.
Initializes a new instance of the DataSourceParameterBase class with the default settings.
Specifies the parameter name.
A value, specifying the parameter name.
Specifies the parameter type.
A value, specifying the parameter type.
Specifies the parameter value.
A value.
For internal use.
Provides a presenter to the Select a Data Source Type page of the Data Source Wizard.
Initializes a new instance of the ChooseObjectTypePage<TModel> class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An enumeration value that specifies which modes of operation are available.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
An exception thrown when an expression string is null.
Initializes a new instance of the ExpressionStringNullValidationException class with the default settings.
An exception thrown when a query contains a filter criteria that references a column with an ambiguous name.
Initializes a new instance of the FilterByAmbiguousColumnValidationException class with the specified settings.
A value, specifying the column name.
An array of values, specifying the table names.
Indicates the column that was used as a filter criteria and has an ambiguous name.
A value, specifying the column name.
Indicates the tables that contain a column that was used as a filter criteria and has an ambiguous name.
A collection of values, specifying the table names.
Contains settings used to customize the Entity Framework pages of the Data Source Wizard.
Initializes a new instance of the EFWizardSettings class with the default settings.
For internal use.
Determines whether or not the specified object is equal to the current EFWizardSettings instance.
The object to compare with the current object.
true if the specified object is equal to the current EFWizardSettings instance; otherwise false.
Gets the hash code that corresponds to the value of the current EFWizardSettings object.
An integer value representing the hash code for the current object.
Resets settings exposed by the EFWizardSettings class to default values.
Specifies whether or not the Browse button is displayed on the Select the Data Context wizard page. This button enables end-users to select a data context from a custom assembly.
true to enable end-users to load custom assemblies using the wizard; otherwise false.
Translates the current Entity Framework Data Source Wizard settings to the corresponding enumeration values of .
An object.
Returns the textual representation of EFWizardSettings.
A value.
Provides a presenter to the Specify the Constructor Parameters page of the Data Source Wizard.
Initializes a new instance of the ObjectConstructorParametersPage<TModel> class with the specified settings.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface.
An object implementing the interface.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Specifies the data source types available on the Select the Data Source Type wizard page.
Initializes a new instance of the DataSourceTypes class with the default settings.
Initializes a new instance of the DataSourceTypes class with the specified data source types.
A collection of objects.
Indicates that all data source types are available on the Select the Data Source Type wizard page.
A object.
Lists the options for serializing database credentials along with document layouts.
Database credentials are always serialized along with document layouts and end-users cannot change this behavior.
Database credentials are never serialized along with document layouts and end-users cannot change this behavior.
After an existing connection is selected (or a new one is specified), the Data Source wizard prompts an end-user whether or not to save database credentials along with the document layout.
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.
Contains information about a stored procedure provided by an .
Initializes a new instance of the EFStoredProcedureInfo class with the 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.
If implemented, provides a view for the Select a Connection String page of the Data Source Wizard.
Occurs when the selected item in the list of available connections is changed.
If implemented, gets the name of the connection selected from the list of available connections.
A string specifying the name of the selected connection.
If implemented, initializes a wizard page with the list of available connections.
If implemented, changes the list of existing connections on a wizard page.
A collection of strings specifying connection names.
If implemented, changes the selected item from the list of available connections.
A string that specifies the name of the connection to be selected.
If implemented, gets whether to create a new data connection or use an existing one from the list.
true, to create a new connection; otherwise, false.
An exception thrown when a query contains group filtering criteria and the data is not actually grouped.
Initializes a new instance of the HavingWithoutGroupByValidationException class with the default settings.
A collection of Entity Framework data source filters.
Adds the specified filter to the collection.
A object.
Adds the filter with the specified value to the collection.
A value, corresponding to the added item.
A zero-based integer value, specifying the item's index in the collection.
Appends an array of filters to the EFFiltersCollection.
An array of objects to append to the collection.
Appends a collection of filters to the EFFiltersCollection.
A collection of objects to append to the collection.
Removes all items from the collection.
Determines whether or not the collection contains a filter with the specified value.
A value, corresponding to the item to locate in the collection.
true, if the specified filter is a member of the collection; otherwise, false.
Determines whether or not the collection contains the specified filter.
A object locate in the collection.
true, if the specified filter is a member of the collection; otherwise, false.
Copies the entire filter collection to a one dimensional array starting at the specified index of the target array.
A one-dimensional array that is the destination for the objects copied from the collection.
An integer value, specifying the zero-based index in the target array at which copying begins.
Copies the entire filter collection to a one dimensional array starting at the specified index of the target array.
A one-dimensional array that is the destination for the objects copied from the collection.
An integer value, specifying the zero-based index in the target array at which copying begins.
Counts the filters that are available in a collection.
An integer value, specifying the item count.
Returns the filters stored in the EFFiltersCollection.
A collection of objects.
Returns the zero-based index of the specified filter in the collection.
A object to locate in the collection.
An integer value, indicating the position of the specified filter in the collection.
Returns the zero-based index of the specified filter in the collection.
A value to locate in the collection.
An integer value, indicating the position of the specified filter in the collection.
Inserts the specified filter into the collection at the specified position.
An zero-based integer, specifying the item's index position in the collection.
A object to insert into the collection.
Inserts the specified filter into the collection at the specified position.
An zero-based integer, specifying the item's index position in the collection.
A value corresponding to the inserted item.
Indicates whether the EFFiltersCollection has a fixed size.
true, if the collection has a fixed size; otherwise, false.
Indicates whether access to the EFFiltersCollection is synchronized (thread safe).
true, if access to the collection is synchronized (thread safe); otherwise, false.
Provides access to an individual item in the collection by its name.
A value, specifying the filter name.
A value, specifying the filter string.
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.
Indicates the Entity Framewoerk data source to which the collection of master-detail relations belongs.
An object that is the owner of the collection.
Removes the first occurrence of a specific filter from the collection.
A value.
Removes the specified filter from the collection.
A object.
true, if the specified filter has been found and removed; otherwise, false.
Gets an object that can be used to synchronize access to the EFFiltersCollection.
A that can be used to synchronize access to the collection.
Lists values that identify the type of the Advantage server.
Identifies the Internet server type.
Identifies the Local server type.
Identifies the Remote server type.
Contains parameters used to establish a connection to a VistaDB 5 database file.
Initializes a new instance of the VistaDB5ConnectionParameters class with the 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.
Lists the actions available for a on the Create a Query or Select a Stored Procedure page of the Data Source Wizard.
Enables adding new queries.
Enables editing queries.
Enables editing and removing queries.
Enables expanding tree list nodes.
No specific action is enabled for tree list nodes.
Enables removing queries.
Provides a model that stores the information about a tree list item on the Create a Query or Select a Stored Procedure page of the Data Source Wizard.
Initializes a new instance of the MultiQueryItem class with the specified settings.
A value, specifying the item name. This value is assigned to the property.
A nullable Boolean value, specifying the item's check state. This value is assigned to the property.
An integer value, identifying the item. This value is assigned to the property.
An integer value, identifying the item's parent in the tree list hierarchy. This value is assigned to the property.
A enumeration value, specifying the actions allowed for this item. This value is assigned to the property.
Initializes a new instance of the MultiQueryItem class with the specified settings.
A value, specifying the item name. This value is assigned to the property.
A value, specifying the item display name that appears in the tree list. This value is assigned to the property.
A nullable Boolean value, specifying the item's check state. This value is assigned to the property.
An integer value, identifying the item. This value is assigned to the property.
An integer value, identifying the item's parent in the tree list hierarchy. This value is assigned to the property.
A enumeration value, specifying the actions allowed for this item. This value is assigned to the property.
Specifies the actions that can be performed over a tree list item.
A enumeration value.
Specifies the tree list item's display name.
A value, specifying the item's display name, as seen in the tree list.
Identifies the tree list item.
An integer value, identifying the item.
Specifies the tree list item name.
A value, specifying the item name.
Identifies the tree list item's parent element.
An integer value, identifying the item's parent.
Occurs every time any of the MultiQueryItem class properties has changed its value.
Specifies whether or not the tree list item is selected.
A nullable Boolean value, specifying the item's selection state.
Provides a presenter to the Configure Query Parameters page of the Data Source Wizard.
Initializes a new instance of the MultiQueryConfigureParametersPage<TModel> class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides a service functionality to manage query parameters.
An object implementing interface.
An object implementing the interface that provides the capability to customize the data source schema.
An object implementing the interface that provides custom validation logic for SQL queries.
An object implementing the interface that provides the functionality to run the wizard.
An object that specifies the wizard options.
Initializes a new instance of the MultiQueryConfigureParametersPage<TModel> class with the specified settings.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
One or more enumeration values.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Creates a schema of the .
A value, specifying the error message text.
true, if the schema has been created; otherwise, false.
Provides a presenter to the Create a Query or Select a Stored Procedure page of the Data Source Wizard.
Initializes a new instance of the MultiQueryConfigurePage<TModel> class with the specified settings.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the capability to customize the data source schema.
An object implementing the interface that provides a service functionality to manage query parameters.
Initializes a new instance of the MultiQueryConfigurePage<TModel> class with the specified settings.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
Provides a model that stores the information about a custom query on the Create a Query or Select a Stored Procedure (Multi-Query Version) page of the Data Source Wizard.
Initializes a new instance of the CheckItem<T> class with the specified settings.
A descendant, specifying the associated query.
true, if this item is selected in the tree list; otherwise, false.
true, if the query was created using the Query Builder; false if the query was auto-generated based on the selected item (table, view, or stored procedure).
For internal use.
Specifies whether or not the current check item is selected.
true if the check item is selected; otherwise false.
Specifies whether or not the item corresponds to a custom query (i.e., a query created using the Query Builder).
true, if the item corresponds to a custom query; otherwise, false (i.e., if the item corresponds to a table, view or stored procedure).
For internal use.
Specifies the query associated with the current item.
A descendant.
If implemented, provides a view for the Configure Query Parameters page of the Data Source Wizard.
If implemented, returns the list of query parameters created while running the wizard.
A collection of objects implementing the interface (typically, these are the objects).
If implemented, initializes a wizard page with the specified settings.
A collection of objects.
A dictionary, specifying the queries available on this wizard page.
A function, specifying the required object.
A Boolean value, specifying whether or not an end-user is allowed to edit parameters on this wizard page.
true, to switch to an older version of the Expression Editor that does not support intelligent code completion; otherwise, false.
If implemented, returns the name of a query to which the currently edited parameter belongs.
A value, specifying the query name.
If implemented, provides a view for the Create a Query or Select a Stored Procedure (Multi-Query Version) page of the Data Source Wizard.
Occurs on running the Query Builder for adding a new custom query.
Occurs on running the Query Builder for configuring an existing query.
For internal use. If implemented, creates an object that enables running the Master-Detail Relation Editor.
A DevExpress.DataAccess.Native.Sql.MasterDetail.MasterDetailRunnerBase object that enables running the Master-Detail Relation Editor.
If implemented, creates an object that enables running the Query Builder.
An object implementing the interface that provides the capability to customize the data source schema (by calling the method).
A object that is used to display database objects in the grid control.
An object specifying a connection to an SQL data source.
An object implementing the interface that provides the capability to manage report parameters.
A object.
Occurs on deleting a custom query.
Occurs on running the Master-Detail Relation Editor for creating or editing data relationships.
Occurs on expanding a tree list node.
If implemented, returns a currently focused query item.
A object specifying a focused item.
If implemented, specifies the collection of tree list elements.
A collection of objects.
Occurs on changing the selection of any of the tree list items.
Occurs on changing the tree list layout requiring the tree list to re-render.
If implemented, specifies whether or not the Edit Relations button is enabled on the current wizard page.
true, to enable the Edit Relations button; otherwise, false.
An exception thrown on an attempt to load a custom assembly by an Entity Framework data source when it was not permitted to do this.
Initializes a new instance of the CustomAssemblyLoadingProhibitedException class with the specified settings.
A value, specifying the path to a custom assembly. This value is assigned to the property.
A value, specifying the type to load from a custom assembly. This value is assigned to the property.
Returns the value assigned to the property.
A value, specifying the expected path to a custom assembly.
Returns the value assigned to the property.
A value, specifying the expected type to load from a custom assembly.
Provides Data Source Wizard settings.
Initializes a new instance of the DataSourceWizardSettings class with the default settings.
Specifies the settings to customize the Entity Framework Data Source Wizard.
An object.
Determines whether or not the specified object is equal to the current DataSourceWizardSettings instance.
The object to compare with the current object.
true if the specified object is equal to the current DataSourceWizardSettings instance; otherwise false.
Gets the hash code that corresponds to the value of the current DataSourceWizardSettings object.
An integer value representing the hash code for the current object.
Resets settings exposed by the DataSourceWizardSettings class to default values.
Specifies the settings to customize the SQL Data Source Wizard.
A object.
An exception thrown when a query has a grouping criteria that is null.
Initializes a new instance of the GroupNullValidationException class with the default settings.
The base for interfaces that accumulate intermediate settings of data sources with data connections during the execution of the Data Source Wizard.
If implemented, specifies the name of a data connection.
A string that specifies the data connection name.
If implemented, specifies a connection to a data source.
An object implementing the interface that specifies the connection to a data source.
If implemented, specifies how and where to store the connection string.
A enumeration value.
The base for interfaces that accumulate intermediate settings of data sources during the execution of the Data Source Wizard.
If implemented, specifies the data source schema.
A value that specifies the data source schema.
The base for classes that accumulate intermediate settings of data sources with data connections during the execution of the Data Source Wizard.
Specifies the name of a data connection.
A string that specifies the data connection name.
Determines whether or not the specified object is equal to the current DataSourceModelWithConnectionBase instance.
The object to compare with the current object.
true if the specified object is equal to the current DataSourceModelWithConnectionBase instance; otherwise false.
Gets the hash code that corresponds to the value of the current DataSourceModelWithConnectionBase object.
An integer value representing the hash code for the current object.
Specifies how and where to store the connection string.
A enumeration value.
The base for classes that accumulate intermediate settings of data sources during the execution of the Data Source Wizard.
Creates a new DataSourceModelBase instance, which is a copy of the current instance.
A new DataSourceModelBase instance, which is a copy of the current instance.
Specifies the data source schema.
A value that specifies the data source schema.
Determines whether or not the specified object is equal to the current DataSourceModelBase instance.
The object to compare with the current object.
true if the specified object is equal to the current DataSourceModelBase instance; otherwise false.
Gets the hash code that corresponds to the value of the current DataSourceModelBase object.
An integer value representing the hash code for the current object.
Accumulates intermediate object data source settings during the execution of the Data Source Wizard.
Initializes a new instance of the ObjectDataSourceModel class with the specified prototype.
An ObjectDataSourceModel object, specifying a prototype for a new ObjectDataSourceModel instance.
Initializes a new instance of the ObjectDataSourceModel class with the default settings.
Specifies the selected assembly.
An object that provides information about the selected assembly.
Creates a new ObjectDataSourceModel instance, which is a copy of the current instance.
A new ObjectDataSourceModel instance, which is a copy of the current instance.
Specifies the parameters of the selected data source constructor.
A collection of objects.
Determines whether or not the specified object is equal to the current ObjectDataSourceModel instance.
The object to compare with the current object.
true if the specified object is equal to the current ObjectDataSourceModel instance; otherwise false.
Gets the hash code that corresponds to the value of the current ObjectDataSourceModel object.
An integer value representing the hash code for the current object.
Specifies the parameters of the selected data source member.
A collection of objects.
Specifies the selected data source constructor.
A object providing information about the selected constructor.
Specifies the selected data source member.
An object that provides information about the selected data source member.
Specifies the selected data source type.
An object that provides information about the selected data source type.
Specifies which bindable objects are available in the Data Source Wizard.
A value specifying which bindable objects are available.
Accumulates intermediate Excel data source settings during the execution of the Data Source Wizard.
Initializes a new instance of the ExcelDataSourceModel class with the specified prototype.
An ExcelDataSourceModel object specifying a prototype for a new ExcelDataSourceModel instance.
Initializes a new instance of the ExcelDataSourceModel class with the default settings.
Creates a new ExcelDataSourceModel instance, which is a copy of the current instance.
A new ExcelDataSourceModel instance, which is a copy of the current instance.
Determines whether or not the specified object is equal to the current ExcelDataSourceModel instance.
The object to compare with the current object.
true if the specified object is equal to the current ExcelDataSourceModel instance; otherwise false.
Specifies the name of the selected Excel file.
A string specifying the file name.
Gets the hash code that corresponds to the value of the current ExcelDataSourceModel object.
An integer value representing the hash code for the current object.
Specifies a collection of Excel fields selected on a wizard page to be used.
An array of objects containing the settings of Excel data fields.
Specifies whether to save a password used to open a password protected Excel file.
true, to save the password; otherwise, false.
Specifies options used to extract data form the selected Excel file.
An descendant containing options used to extract data from the selected Excel file.
Accumulates intermediate settings of the Entity Framework data source during the execution of the Data Source Wizard.
Initializes a new instance of the EFDataSourceModel class with the specified prototype.
An EFDataSourceModel object specifying a prototype for a new EFDataSourceModel instance.
Initializes a new instance of the EFDataSourceModel class with the default settings.
Initializes a new instance of the EFDataSourceModel class with the specified data connection.
An object that specifies the connection to an Entity Framework data source. This value is assigned to the property.
Creates a new EFDataSourceModel instance, which is a copy of the current instance.
A new EFDataSourceModel instance, which is a copy of the current instance.
Specifies connection parameters.
An object that contains connection parameters.
Specifies from where a data connection is obtained.
A enumeration value that specifies from where the data connection is obtained.
Specifies the connection to an Entity Framework data source.
An object that specifies the connection to the Entity Framework data source.
Specifies the selected member of an Entity Framework data source.
An object that provides information about the selected member.
Determines whether or not the specified object is equal to the current EFDataSourceModel instance.
The object to compare with the current object.
true if the specified object is equal to the current EFDataSourceModel instance; otherwise false.
Specifies the collection of data filters associated with this EFDataSourceModel.
An array of objects.
Gets the hash code that corresponds to the value of the current EFDataSourceModel object.
An integer value representing the hash code for the current object.
Specifies the model helper.
An object that provides functionality to configure the model.
Specifies the stored procedures selected for use.
A collection of objects, which provide the settings of stored procedures.
If implemented, provides a view for the Select the Data Binding Mode page of the Data Source Wizard.
Occurs when the object binding mode selected on a wizard page is changed.
If implemented, specifies whether the mode obtaining the data source schema or the mode retrieving actual data is selected on a wizard page.
true, to select the mode obtaining only the data source schema; otherwise, false.
If implemented, provides a view for the Enter the Data Source Name page of the Data Source Wizard.
If implemented, specifies the data source name.
A string that specifies the data source name.
If implemented, displays an error message when a data source with the specified name already exists.
Provides a presenter to the Select a Data Member page of the Data Source Wizard.
Initializes a new instance of the ChooseEFDataMemberPage<TModel> class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the functionality to run the wizard.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Returns the type of the next wizard page.
A value.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Select the Data Source Type page of the Data Source Wizard.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Specifies the solution types provider.
An object implementing the interface that provides access to the known types in the current solution.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Enter the Data Source Name page of the Data Source Wizard.
Initializes a new instance of the ChooseDataSourceNamePage<TModel> class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides a service functionality to create a data source name.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Enumerates values that specify the type of a query created on the Create a Query or Select a Stored Procedure (Single-Query Version) page of the Data Source Wizard.
Specifies a stored procedure.
Specifies an SQL query.
Enumerates values that specify the type of list box items displayed on a wizard page when binding to an Excel file.
Specifies an Excel named region.
Specifies an Excel table.
Specifies an Excel worksheet.
An item displayed on a wizard page within the list of available worksheets, tables and named regions when binding to an Excel file .
Initializes a new instance of the ListBoxItem class with the default settings.
Gets the index of an image associated with the current list box item.
An integer value specifying the index of an image associated with the current list box item.
Specifies the list box item name.
A string specifying the name of the current list box item.
Specifies the type of the current list box item.
An enumeration value that specifies the current item's type.
Gets an object used for locking the current list box item.
An object used for locking.
Returns the textual representation of the current list box item.
A string that represents the current list box item.
Provides information about an Excel file selected in the Data Source Wizard when binding to an Excel data source.
Specifies the file name.
A string specifying the file name.
Specifies a password that can be used to open a password protected file.
A string specifying the password to open the file.
Specifies whether to save a password used to open a password protected file.
true, to save the password; otherwise, false.
Contains information about an object constructor that is displayed in the Data Source Wizard when binding to an object data source.
Initializes a new instance of the ConstructorViewInfo class with the specified settings.
Specifies whether a constructor is highlighted. This value is assigned to the property.
An object containing the settings of constructor parameters. These values are assigned to the property.
Gets whether a constructor is highlighted using the .
true, if the constructor is highlighted; otherwise, false.
Obtains constructor parameters.
A collection of objects containing the settings of constructor parameters.
Contains information about a type that is displayed in the Data Source Wizard when binding to an object data source.
Initializes a new instance of the TypeViewInfo class with the specified settings.
true, if this type is decorated with a Highlighted attribute; otherwise, false. This value is assigned to the property.
A value, specifying the namespace. This value is assigned to the property.
A value, specifying the type name. This value is assigned to the property.
A value, specifying the type's full name (including the information about its namespace). This value is assigned to the property.
A enumeration 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 TypeViewInfo class with the specified settings.
true, if this type is decorated with a Highlighted attribute; otherwise, false. This value is assigned to the property.
A value, specifying the namespace. This value is assigned to the property.
A value, specifying the type name. This value is assigned to the property.
A value, specifying the type's full name (including the information about its namespace). This value is assigned to the property.
A enumeration value. This value is assigned to the property.
Indicates the object type.
A enumeration value.
Gets whether a type is highlighted using the .
true, if the class is highlighted; otherwise, false.
Gets the name of the namespace containing the current type.
A string that specifies the namespace containing the current type.
Gets nested types of the current type in the hierarchy displayed on a wizard page.
An array of objects specifying nested types of the current type.
Gets the parent type of the current type in the hierarchy displayed on a wizard page.
A object specifying the parent of the current type.
Gets the full name of the current type, which includes its namespace.
A value.
Gets the name of the current type.
A string specifying the type name.
Provides information about an assembly that is displayed in the Data Source Wizard when binding to an object data source.
Creates a new instance of the AssemblyViewInfo class with the specified settings.
A value specifying whether an assembly is highlighted. This value is assigned to the property.
A string specifying the assembly name. This value is assigned to the property.
The version number of an assembly. This value is assigned to the property.
An assembly priority. This value is assigned to the property.
Creates a new instance of the AssemblyViewInfo class with the specified settings.
A value specifying whether an assembly is highlighted. This value is assigned to the property.
A string specifying the assembly name. This value is assigned to the property.
The version number of an assembly. This value is assigned to the property.
Gets whether an assembly is highlighted using the .
true, if the assembly is highlighted; otherwise, false.
Gets the assembly name.
A string specifying the assembly name.
Gets the assembly priority defining the position in which the assembly is displayed on a wizard page.
An integer value specifying the assembly priority.
Gets the version number of an assembly.
A object specifying the version number of the assembly.
If implemented, provides a view for the Choose Columns page of the Data Source Wizard.
Occurs when a collection of selected columns from an Excel file is changed.
If implemented, initializes a wizard page with the list of available columns.
A collection of objects containing settings of Excel data fields.
A function that previews the result data.
If implemented, gets a collection of columns selected on a wizard page.
An array of objects containing the settings of Excel data fields.
If implemented, provides a view for the Select a Worksheet, Table or Named Range page of the Data Source Wizard.
Occurs when the selected item in the list of available worksheets, tables and named regions is changed.
If implemented, initializes a wizard page with the list of available worksheets, tables and named regions.
A collection of objects containing the settings of file data ranges.
If implemented, specifies the item selected in the list of available worksheets, tables and named regions.
An object containing settings of the selected item.
If implemented, provides a view for the Specify Import Settings page of the Data Source Wizard.
Occurs when the state of the Detect automatically check box for the Encoding option is changed.
Occurs when the state of the Detect automatically check box for the Newline type option is changed.
Occurs when the state of the Detect automatically check box for the Value separator option is changed.
If implemented, specifies the format of the selected document.
An enumeration value that specifies the format of the selected document.
If implemented, initializes a wizard page with the available options depending on the type of the selected file.
An descendant containing options used to extract data from the selected file. This value is assigned to the property.
If implemented, changes the entry selected in the Encoding editor.
An value that specifies character encoding in the selected CSV file.
If implemented, changes the entry selected in the Newline type editor.
An enumeration value that specifies the line break type in the source CSV file.
If implemented, changes the entry selected in the Value separator editor.
A character used to separate values in the selected CSV file.
If implemented, gets options used to extract data form the selected file (Microsoft Excel workbook or CSV file).
An descendant containing options used to extract data from the selected file.
If implemented, provides a view for the Select an Excel Workbook or CSV File page of the Data Source Wizard.
Occurs when the selected file is changed.
If implemented, specifies the name of the selected file.
A string specifying the file name.
If implemented, shows the form for specifying a password, if the selected file is password protected.
The caption of the password form.
The name of the selected file.
An object containing settings of the selected file.
true, if the password was successfully specified, otherwise, false.
If implemented, provides a view for the Specify the Constructor Parameters page of the Data Source Wizard.
If implemented, returns a collection of constructor parameters.
A collection of objects implementing the interface.
If implemented, initializes a wizard page with the list of available constructor parameters.
A collection of objects implementing the interface.
If implemented, provides a view for the Specify the Member Parameters page of the Data Source Wizard.
If implemented, returns a collection of member parameters.
A collection of objects implementing the interface.
If implemented, initializes a wizard page with the list of available parameters.
A collection of objects implementing the interface.
If implemented, provides a view for the Select a Data Source Type page of the Data Source Wizard.
Occurs when the selected item in the list of available types is changed.
If implemented, initializes a wizard page with the list of available types.
A collection of objects containing settings of object types.
The state of the Show only highlighted types check box.
If implemented, specifies the item selected in the list of available types.
An object containing settings of the selected type.
If implemented, specifies the state of the Show only highlighted types check box.
true, to disable the check box; otherwise, false.
If implemented, provides a view for the Select an Assembly page of the Data Source Wizard.
Occurs when the selected item in the list of available assemblies is changed.
If implemented, initializes a wizard page with the list of available assemblies.
If implemented, specifies the item selected in the list of available assemblies.
An object containing settings of the selected assembly.
If implemented, changes the list of available assemblies.
A collection of objects containing settings of assemblies.
The state of the Show only highlighted assemblies check box.
If implemented, specifies the state of the Show only highlighted assemblies check box.
true, to disable the check box; otherwise, false.
If implemented, provides a view for the Bind to a Stored Procedure page of the Data Source Wizard.
Occurs when the Add button is clicked on a wizard page.
If implemented, adds the specified stored procedures to the list to be used.
A collection of objects, which provide the settings of stored procedures.
If implemented, shows the dialog for selecting stored procedures to be added to the list.
A collection of objects containing the settings of available stored procedures.
A collection of objects containing the settings of the selected stored procedures.
If implemented, initializes a wizard page with the specified options.
A collection of objects.
A function, specifying the required object.
If implemented, gets the stored procedures with the specified parameters from the list of procedures to be used.
A collection of objects, which provide the settings of stored procedures.
Occurs when the Remove button is clicked on a wizard page.
If implemented, removes the specified stored procedure from the list of procedures to be used.
A object that provides the stored procedure settings.
If implemented, gets the selected item in the list of stored procedures to be used.
A object containing the settings of the selected stored procedure.
If implemented, activates or deactivates the Add button on a wizard page.
true, to activate the button; false, to deactivate the button.
If implemented, provides a view for the Specify a Connection String page of the Data Source Wizard.
If implemented, specifies the name of the created connection.
A string specifying the name of the created connection.
Occurs when connection information on a wizard page is changed.
If implemented, specifies the connection string created on a wizard page.
The connection string.
If implemented, sets whether the connection string can be saved to the dedicated storage.
true, if the connection string can be saved to the storage; otherwise, false.
If implemented, specifies whether to save the connection string to the dedicated storage.
true, to save the connection string; otherwise, false.
If implemented, specifies whether to use the default connection string.
true, to use the default connection string; otherwise, false.
If implemented, provides a view for the Select the Data Context page of the Data Source Wizard.
Occurs after the Browse button is clicked on a wizard page and an assembly is selected.
If implemented, specifies the item selected in the list of available data contexts.
A string that specifies the selected data context.
Occurs when the selected item in the list of available data contexts is changed.
If implemented, initializes a wizard page with a list of available data contexts.
If implemented, changes the list of available data contexts.
A collection of objects containing settings of data contexts.
If implemented, provides a view for the Configure Query Parameters page of the Data Source Wizard.
If implemented, displays the dialog to confirm query execution.
true, if the query execution is confirmed; otherwise, false.
If implemented, returns a collection of stored procedure parameters.
A collection of objects implementing the interface.
If implemented, initializes a wizard page with the specified options.
A collection of objects.
A function, specifying the required object.
A Boolean value, specifying whether or not an end-user is allowed to edit parameters on this wizard page.
true, to switch to an older version of the Expression Editor that does not support intelligent code completion; otherwise, false.
If implemented, displays the error message about duplicating the specified column.
The name of the column that is duplicated.
If implemented, provides a view for the Create a Query or Select a Stored Procedure page of the Data Source Wizard.
If implemented, creates an object that enables running the Query Builder.
An object implementing the interface that provides the capability to customize the data source schema (by calling the method).
A object that is used to display database objects in the grid control.
An object specifying a connection to an SQL data source.
An object implementing the interface that provides the capability to manage report parameters.
A object.
For internal use. If implemented, initializes a wizard page with the specified options.
Specifies whether custom SQL editing is enabled on a wizard page.
Specifies whether a data source contains stored procedures.
An object specifying an SQL query formatter.
If implemented, initializes a wizard page with the list of available stored procedures.
A collection of strings specifying the names of the stored procedures.
If implemented, specifies the type of the query selected on a wizard page.
A enumerator value.
Occurs when the query type selected on a wizard page is changed.
Occurs when the Run Query Builder button is clicked on a wizard page.
If implemented, specifies the index of the selected item in the list of available stored procedures.
An index of the selected stored procedure.
If implemented, specifies the SQL string created on a wizard page.
The SQL string.
Occurs when the SQL string created on a wizard page is changed.
Occurs when the selected item in the list of available stored procedures is changed.
If implemented, provides a view for the Save the Connection String page of the Data Source Wizard.
If implemented, specifies the name of the created connection.
A string specifying the name of the created connection.
If implemented, sets whether the connection string can be saved to the dedicated storage.
true, if the connection string can be saved to the storage; otherwise, false.
If implemented, sets whether the data connection uses server authentication.
true, if the data connection uses server authentication; otherwise, false.
If implemented, specifies whether to save the connection string to the dedicated storage.
true, to save the connection string; otherwise, false.
If implemented, gets whether to save the user credentials along with the connection string.
true, to save the user credentials; otherwise, false.
If implemented, provides a view for the Specify a Connection String page of the Data Source Wizard.
Occurs when the item selected in the Provider drop-down list is changed.
If implemented, specifies the name of the connection created on a wizard page.
A string specifying the connection name.
If implemented, specifies the parameters of the current data connection.
A descendant containing connection parameters.
If implemented, initializes controls of the current wizard page.
If implemented, changes the item selected in the Provider drop-down list.
A string specifying the name of the provider to be selected.
If implemented, changes the list of existing connections on a wizard page.
A collection of strings specifying connection names.
If implemented, provides a view for the Select a Data Connection page of the Data Source Wizard.
Occurs when the selected item in the list of available connections is changed.
If implemented, gets the name of the connection selected from the list of available connections.
A string specifying the name of the selected connection.
If implemented, changes the list of available connections on a wizard page.
A collection of strings specifying connection names.
If implemented, changes the selected item from the list of available connections.
A string that specifies the name of the connection to be selected.
If implemented, gets whether to create a new data connection or use an existing one from the list.
true, to create a new connection; otherwise, false.
Provides a presenter to the Choose Columns page of the Data Source Wizard.
Initializes a new instance of the ConfigureExcelFileColumnsPage<TModel> class with the specified settings.
An object implementing the interface.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Provides a presenter to the Select a Worksheet, Table or Named Range page of the Data Source Wizard.
Initializes a new instance of the ChooseExcelFileDataRangePage<TModel> class with the specified settings.
An object implementing the interface.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface.
An object implementing the interface.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Specify Import Settings page of the Data Source Wizard.
Initializes a new instance of the ChooseFileOptionsPage<TModel> class with the specified settings.
An object implementing the interface.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface.
An object implementing the interface.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Select an Excel Workbook or CSV File page of the Data Source Wizard.
Initializes a new instance of the ChooseFilePage<TModel> class with the specified settings.
An object implementing the interface.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Select a Data Source Constructor page of the Data Source Wizard.
Initializes a new instance of the ChooseObjectConstructorPage<TModel> class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An enumeration value that specifies which modes of operation are available.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Provides a presenter to the Select the Data Binding Mode page of the Data Source Wizard.
Initializes a new instance of the ChooseObjectBindingModePage<TModel> class with the specified settings.
An object implementing the interface.
An object implementing the interface.
An enumeration value.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Specify the Member Parameters page of the Data Source Wizard.
Initializes a new instance of the ObjectMemberParametersPage<TModel> class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An enumeration value that specifies which modes of operation are available.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Provides a presenter to the Select a Data Source Member page of the Data Source Wizard.
Initializes a new instance of the ChooseObjectMemberPage<TModel> class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An enumeration value that specifies which modes of operation are available.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Displays a message with the specified text when validating a wizard page.
A string specifying the message text.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Select an Assembly page of the Data Source Wizard.
Initializes a new instance of the ChooseObjectAssemblyPage<TModel> class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface that provides access to the known types in the current solution.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Bind to a Stored Procedure page of the Data Source Wizard.
Initializes a new instance of the ConfigureEFStoredProceduresPage<TModel> class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface that provides a service functionality to manage query parameters.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Retrieves the data obtained for preview from the database.
A object.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Provides a presenter to the Specify a Connection String page of the Data Source Wizard.
Initializes a new instance of the ConfigureEFConnectionStringPage<TModel> class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface that provides a service functionality to store the data connection settings.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Select the Connection String page of the Data Source Wizard.
Initializes a new instance of the ChooseEFConnectionStringPage<TModel> class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface that provides access to the available connection strings.
An object implementing the interface that provides a service functionality to store the data connection settings.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Select the Data Context page of the Data Source Wizard.
Initializes a new instance of the ChooseEFContextPage<TModel> class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface that provides access to the known types in the current solution.
An object implementing the interface that provides access to the available connection strings.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Returns a data connection for the selected data context.
An object that specifies the connection to an Entity Framework data source.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Displays a message with the specified text.
A string specifying the message text.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Save the Connection String page of the Data Source Wizard.
Initializes a new instance of the SaveConnectionPage<TModel> class with the specified settings.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
One or more enumeration values.
A enumeration value.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies the type of the next wizard page ("Create a Query or Select a Stored Procedure (Single-Query Version)" or "Create a Query or Select a Stored Procedure (Multi-Query Version)").
A object.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Displays a message with the specified text when validating a wizard page.
A string specifying the message text.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Specify a Connection String page of the Data Source Wizard.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
For internal use.
A object.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
Provides a presenter to the Select a Data Connection page of the Data Source Wizard.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Returns the type of the next wizard page.
A value.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
If implemented, provides a view for the Select a Data Member page of the Data Source Wizard.
If implemented, gets the name of the selected data member.
A string that specifies the name of the selected data member.
Occurs when the selected item in the list of available members is changed.
If implemented, initializes a wizard page with the list of available data members.
A collection of the objects specifying tables from an Entity Framework data source.
A collection of the objects specifying stored procedures from an Entity Framework data source.
A string that specifies the name of the selected data member.
If implemented, specifies whether the selected data member is a stored procedure.
true, if the selected data member is a stored procedure; otherwise, false.
The exception thrown during validation when the schema references a object without a proper .
Initializes a new instance of the TypeIsNullValidationException class with the default settings.
The base for exceptions thrown when the validation fails.
The exception thrown during validation when the schema references two or more objects having identical values.
Initializes a new instance of the DuplicateNameValidationException class with the specified .
A value, specifying the duplicate name that caused the error.
Indicates the duplicate .
A value, specifying the duplicate name that caused the error.
A wrapper for exceptions that may occur during a connection to an Entity Framework data source.
Initializes a new instance of the EFConnectionException class with the specified message and exception details.
A value, specifying the message displayed when a database connection fails.
A object, specifying the error details.
Initializes a new instance of the EFConnectionException class with the specified message.
A value, specifying the message displayed when a database connection fails.
A method or constructor parameter of an .
Initializes a new instance of the Parameter class with the 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.
Obsolete. Use the corresponding functionality of the class instead.
Initializes a new instance of the TableInfo class with the 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.
A selected data column with or without an aggregate expression applied to it.
Initializes a new instance of the ColumnExpression class with the default settings.
Specifies the column to which the ColumnExpression applies.
A value, specifying the column name.
Specifies the table to which the ColumnExpression applies.
A object.
Provides a presenter to the Configure Query Parameters page of the Data Source Wizard.
Initializes a new instance of the ConfigureSqlParametersPage<TModel> class with the specified settings.
An object implementing the interface that provides a view for a wizard page.
An object implementing the interface that provides the functionality to run the wizard.
An object implementing the interface that provides a service functionality to manage query parameters.
An object implementing the interface that provides the capability to customize the data source schema.
An object implementing the interface that provides custom validation logic for SQL queries.
An object that specifies the wizard options.
Initializes a new instance of the ConfigureSqlParametersPage<TModel> class with the specified settings.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
An object implementing the interface.
One or more enumeration values.
Initializes controls of the current wizard page.
Saves settings specified by a wizard page to the report model.
Specifies whether or not the Finish button is enabled on a wizard page.
true, if the Finish button is enabled; otherwise, false.
Specifies whether or not the Next button is enabled on a wizard page.
true, if the Next button is enabled; otherwise, false.
Validates the correctness of settings specified on the current wizard page.
A value specifying the text of an error message shown if the validation fails.
true, if the validation succeeded; otherwise, false.
The exception thrown during validation when the schema references a object without a proper .
Initializes a new instance of the NameIsNullOrEmptyValidationException class with the default settings.
Contains parameters used to establish a connection to a MySQL server.
Initializes a new instance of the MySqlConnectionParameters class with the 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 with the specified settings.
A value, specifying the server name.
A value, specifying the database name.
A value, specifying the user name.
A value, specifying the password.
An integer value, specifying the port number.
For internal use.
For internal use.
The default port for connecting to MySQL databases (3306).
For internal use.
Specifies the port number for connecting to MySQL databases.
An integer value, specifying the port number. This value cannot be negative or greater than 65535.
If implemented, accumulates intermediate SQL data source settings during the execution of the Data Source Wizard.
If implemented, specifies the connection to an .
An object that specifies the connection to the .
If implemented, provides access to the collection of SQL queries displayed in the Data Source Wizard.
A collection of values, specifying the selected objects.
If implemented, specifies the .
An object that specifies the SQL query.
If implemented, provides access to the collection of master-detail relationships of the ISqlDataSourceModel.
A collection of objects.
If implemented, specifies the SQL string.
A string that specifies the SQL string.
A View Model that provides information about an Entity Framework DBSet's filter.
Initializes a new instance of the DBSetFilterViewModel class with the default settings.
Initializes a new instance of the DBSetFilterViewModel class with the specified settings.
An object that specifies the filter applied to an Entity Framework DBSet.
An object implementing interface.
An object implementing interface.
An object implementing the interface.
Specifies the name of a DBSet, to which the filter applies.
A identifying the DBSet.
Returns a filter applied to an Entity Framework DBSet.
A object.
Specifies the filter string for the Entity Framework DBSet.
A specifying the filter string.
This method is called when the parameter name is changed.
A that specifies the old parameter name.
A that specifies the new parameter name.
Provides access to the collection of parameters associated with the current filter.
A collection of objects.
For internal use.
Occurs every time any of the DBSetFilterViewModel class properties has changed its value.
Updates parameters associated with the current filter.
If implemented, accumulates intermediate object data source settings during the execution of the Data Source Wizard.
If implemented, specifies the selected assembly.
An object that provides information about the selected assembly.
If implemented, specifies the parameters of the selected data source constructor.
A collection of objects.
If implemented, specifies the parameters of the selected data source member.
A collection of objects.
If implemented, specifies the selected data source constructor.
A object providing information about the selected constructor.
If implemented, specifies the selected data source member.
An object that provides information about the selected data source member.
If implemented, specifies the selected data source type.
An object that provides information about the selected data source type.
If implemented, specifies which bindable objects are available in the Data Source Wizard.
A value specifying which bindable objects are available.
If implemented, provides a view for the Configure Filters page of the Data Source Wizard.
Provides access to the collection of data filters associated with the corresponding data source.
An array of objects.
Initializes a wizard page with the list of available tables and filters.
An array of objects.
A dictionary, specifying a value pair that includes the DBSet's name and the DBTable.
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 serialize any connection settings except for the data connection name.
true, to store only the name of a data connection; otherwise, false.
If implemented, accumulates intermediate Excel data source settings during the execution of the Data Source Wizard.
If implemented, specifies the name of the selected Excel file.
A string specifying the file name.
If implemented, specifies a collection of Excel fields selected on a wizard page to be used.
An array of objects containing the settings of Excel data fields.
If implemented, specifies whether to save a password used to open a password protected Excel file.
true, to save the password; otherwise, false.
If implemented, specifies options used to extract data form the selected Excel file.
An descendant containing options used to extract data from the selected Excel file.
If implemented, provides a view for the Select a Data Source Constructor page of the Data Source Wizard.
Occurs when the selected item in the list of available constructors is changed.
If implemented, initializes a wizard page with the list of available constructors.
A collection of objects containing the settings of constructors.
The state of the Show only highlighted constructors check box.
If implemented, specifies the item selected in the list of available data source constructors.
An object containing settings of the selected data source constructor.
If implemented, specifies the state of the Show only highlighted constructors check box.
true, to disable the check box; otherwise, false.
Serves as the base class for classes that represent a data provider.
Returns the SQL data connection settings.
A object.
Gets or sets the SQL query used to select data from the data store.
A that specifies the SQL query used to select data from the data store.
The exception occurring after a data source connection has failed.
Initializes a new instance of the DatabaseConnectionException class with the specified message.
A value, specifying the message displayed when a database connection fails.
Initializes a new instance of the DatabaseConnectionException class with the specified message and exception details.
A value, specifying the message displayed when a database connection fails.
A object, specifying the error details.
An expression assigned to a , or .
Initializes a new instance of the Expression class with the specified expression.
A value, specifying the expression. This value is assigned to the property.
Initializes a new instance of the Expression class with the specified expression and result type.
A value, specifying the expression. This value is assigned to the property.
A object, specifying the expression result type. This value is assigned to the property.
Initializes a new instance of the Expression class with the default settings.
Determines whether or not the specified object is equal to the current Expression instance.
The object to compare with the current object.
true if the specified object is equal to the current Expression instance; otherwise false.
Specifies the expression.
A value, specifying the expression.
Gets the hash code that corresponds to the value of the current Expression object.
An integer value representing the hash code for the current object.
Specifies the expression result type.
A object, specifying the expression result type.
Returns the textual representation of Expression.
A value.