Skip to main content

SqlDataSource.ConnectionOptions Property

Provides access to the data connection options of the SqlDataSource.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

[LocalizableCategory(DataAccessStringId.PropertyGridConnectionCategoryName)]
public ConnectionOptions ConnectionOptions { get; }

Property Value

Type Description
ConnectionOptions

A ConnectionOptions object.

See Also