CommandPoolBehavior Enum
In This Article
Contains values that specify the command pool behavior.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
#Declaration
#Members
Name | Description |
---|---|
None
|
No command pooling. |
Transaction
|
Pooling of commands in the scope of the database transaction. The Prepare() method is not called for commands. |
Transaction
|
Pooling of prepared (or compiled) commands in the scope of the database transaction. |
Connection
|
Pooling of prepared (or compiled) commands in the scope of the database transaction. |
See Also