Back to Devexpress

CommandPoolBehavior Enum

corelibraries-devexpress-dot-xpo-dot-db-2f43bbe2.md

latest1.4 KB
Original Source

CommandPoolBehavior Enum

Contains values that specify the command pool behavior.

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum CommandPoolBehavior
vb
Public Enum CommandPoolBehavior

Members

NameDescription
None

No command pooling.

| | TransactionNoPrepare |

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.

| | ConnectionSession |

Pooling of prepared (or compiled) commands in the scope of the database transaction.

|

See Also

DevExpress.Xpo.DB Namespace