Skip to main content

SqlDataSource.KeepConnectionOpen Field

OBSOLETE

Use the CloseConnection property instead.

Use the ConnectionOptions.CloseConnection property instead.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

[Obsolete("Use the ConnectionOptions.CloseConnection property instead.")]
public static bool KeepConnectionOpen

Field Value

Type
Boolean
See Also