ConnectionOptions.CloseConnection Property
In This Article
Specifies whether or not a data connection should be closed after executing a query.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true to close the connection immediately after executing a query; false to never close the connection. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Close |
---|---|
Sql |
|
#Remarks
The CloseConnection property enables you to pass a query result set to subsequent queries.
See Also