Back to Devexpress

IDataComponentModelWithConnection Interface

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-model-1370f3e5.md

latest1.2 KB
Original Source

IDataComponentModelWithConnection Interface

The base for interfaces that accumulate intermediate settings of data sources with data connections 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 IDataComponentModelWithConnection :
    IDataComponentModel,
    IWizardModel,
    ICloneable
vb
Public Interface IDataComponentModelWithConnection
    Inherits IDataComponentModel,
             IWizardModel,
             ICloneable

See Also

IDataComponentModelWithConnection Members

DevExpress.DataAccess.Wizard.Model Namespace