Click or drag to resize
ConnectionHelper Fields

The ConnectionHelper type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDEFAULT_CONNECTIONSTRING_NAME
Default connection string name
Public fieldStatic memberDefaultCommandTimeout
Command timeout for the SQL commands.
Public fieldStatic memberLongRunningCommandTimeout
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.
Public fieldStatic memberTransactionIsolationLevel
Isolation level for SQL operations with transactions.
Top
See Also