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

SqlDataSource.ConnectionOptions Property

Provides access to the data connection options of the SqlDataSource.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

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

Property Value

Type Description
ConnectionOptions

A ConnectionOptions object.

See Also