Skip to main content

IDataComponentModelWithConnection.DataConnection Property

If implemented, specifies a connection to a data source.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v25.1.dll

NuGet Package: DevExpress.DataAccess

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