ConnectionHelper Fields |
The ConnectionHelper type exposes the following members.
Name | Description | |
---|---|---|
DEFAULT_CONNECTIONSTRING_NAME |
Default connection string name
| |
DefaultCommandTimeout |
Command timeout for the SQL commands.
| |
DisposeConnectionAfterClose |
If true, disposes connection after the connection is closed.
| |
CheckThreadSafety |
If true, the thread safety of the connection access is checked (the connection must be used only in thread where it was originally created).
| |
KeepContextConnectionOpen |
If true, the connection is opened only once for the entire request and kept open until the end of the request.
| |
LongRunningCommandTimeout |
Command timeout in seconds for the SQL queries which are known to possibly take more time than standard command timeout.
Long running queries have to be explicitly wrapped with CMSConnectionScope with its CommandTimeout property set to this value.
| |
TransactionIsolationLevel |
Isolation level for SQL operations with transactions.
| |
UseContextConnection |
If true, single connection is used for the entire request.
|