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

ConnectionOptions Class

Specifies the data connection options of a SqlDataSource.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v20.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public sealed class ConnectionOptions :
    IConnectionOptions

The following members return ConnectionOptions objects:

Remarks

A ConnectionOptions object is returned by the SqlDataSource.ConnectionOptions property.

Inheritance

Object
ConnectionOptions
See Also