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