Back to Devexpress

ISqlDataSourceModel Interface

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-model-39d2f3c9.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public interface ISqlDataSourceModel :
    ISqlDataConnectionModel,
    IDataComponentModelWithConnection,
    IDataComponentModel,
    IWizardModel,
    ICloneable
vb
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

ISqlDataSourceModel Members

Invoke and Customize the Query Builder

Remove Data Providers from the Report Wizard

DevExpress.DataAccess.Wizard.Model Namespace