Skip to main content

IDataComponentModelWithConnection.DataConnection Property

If implemented, specifies a connection to a data source.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

IDataConnection DataConnection { get; set; }

Property Value

Type Description
IDataConnection

An object implementing the IDataConnection interface that specifies the connection to a data source.

See Also