Skip to main content

SqlDataSource.Connection Property

Provides access to the data connection settings of the SqlDataSource.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

[Browsable(false)]
public SqlDataConnection Connection { get; }

Property Value

Type Description
SqlDataConnection

A SqlDataConnection object.

See Also