A newer version of this page is available.
Switch to the current version.
ISqlDataSourceModel Interface
If implemented, accumulates intermediate SQL data source settings during the execution of the Data Source Wizard.
Namespace: DevExpress.DataAccess.Wizard.Model
Assembly: DevExpress.DataAccess.v18.2.dll
Declaration
public interface ISqlDataSourceModel :
ISqlDataConnectionModel,
IDataComponentModelWithConnection,
IDataComponentModel,
IWizardModel,
ICloneable
Public Interface ISqlDataSourceModel
Inherits ISqlDataConnectionModel,
IDataComponentModelWithConnection,
IDataComponentModel,
IWizardModel,
ICloneable
Remarks
For examples, refer to Invoke and Customize the Query Builder and Remove Data Providers from the Report Wizard.
See Also
Feedback