SqlDataSource.Connection Property
In This Article
Provides access to the data connection settings of the SqlDataSource.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
[Browsable(false)]
public SqlDataConnection Connection { get; }
#Property Value
Type | Description |
---|---|
Sql |
A Sql |
See Also