Gets an indication of whether or not the DataServer instance has an open transaction

Namespace:  Asi.iBO
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

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

See Also