Indicates whether a transaction is currently in progress, caused by a call to Begin. Once the final, outer Commit or Rollback has been called false is returned.

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

Syntax

C#
public bool InProgress { get; }
Visual Basic
Public ReadOnly Property InProgress As Boolean
	Get
Visual C++
public:
property bool InProgress {
	bool get ();
}

See Also