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.v18.2.dll

Declaration

[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
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