CMSConnectionScope Constructor Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodCMSConnectionScope(Boolean, Boolean)
Empty constructor. Creates a new connection and ensures that all database connections during the live of this object will use that connection.
Public methodCMSConnectionScope(String, Boolean)
Constructor. Ensures that all database connections during the live of this object will use the given connection.
Public methodCMSConnectionScope(IDataConnection, Boolean)
Constructor. Ensures that all database connections during the live of this object will use the given connection.
Back to Top
See Also