Click or drag to resize
CMSConnectionScope Constructor
Overload List
  NameDescription
Public methodCMSConnectionScope(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(IDataConnection)
Constructor. Ensures that all database connections during the live of this object will use the given connection.
Public methodCMSConnectionScope(String, Boolean)
Constructor. Ensures that all database connections during the live of this object will use the given connection.
Top
See Also