Skip to main content
A newer version of this page is available. .

IDataComponentModelWithConnection.DataConnection Property

If implemented, specifies a connection to a data source.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

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