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

SqlDataSource.Connection Property

Provides access to the data connection settings of the SqlDataSource.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

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

Property Value

Type Description
SqlDataConnection

A SqlDataConnection object.

See Also