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.
| |
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.
|