Ensures that a new connection is opened. If defined within a TransactionScope then the transaction is utilised and object effectively does nothing.

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public ConnectionScope(
	Database database
)
Visual Basic
Public Sub New ( _
	database As Database _
)
Visual C++
public:
ConnectionScope(
	Database^ database
)

Parameters

database
Type: DatabaseObjects..::..Database

[Missing <param name="database"/> documentation for "M:DatabaseObjects.ConnectionScope.#ctor(DatabaseObjects.Database)"]

Remarks