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

SqlDataSourceModel.DataConnection Property

Specifies the connection to a SqlDataSource.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public SqlDataConnection DataConnection { get; set; }

Property Value

Type Description
SqlDataConnection

A SqlDataConnection object.

Implements

See Also