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

SqlDataSource.KeepConnectionOpen Field

OBSOLETE

Use the CloseConnection property instead.

Use the ConnectionOptions.CloseConnection property instead.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

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

Field Value

Type
Boolean
See Also