Skip to main content
A newer version of this page is available. .

SqlDataSourceModel Properties

Accumulates intermediate SQL data source settings during the execution of the Data Source Wizard.
Name Description
ConnectionName Specifies the name of a data connection. Inherited from DataSourceModelWithConnectionBase.
DataConnection Specifies the connection to a SqlDataSource.
DataSchema Specifies the data source schema. Inherited from DataSourceModelBase.
Queries Provides access to the collection of SQL queries displayed in the Data Source Wizard.
Query Specifies the SqlQuery.
Relations Provides access to the collection of master-detail relationships of the SqlDataSourceModel.
ShouldSaveConnection Specifies how and where to store the connection string. Inherited from DataSourceModelWithConnectionBase.
SqlQueryText Specifies the SQL string.
See Also