Gets a value indicating if the command is setup to execute within a database transaction. The value equals "true" if it will execute within a transaction, otherwise it equals "false".

Namespace:  Bespoke.Common.Data
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

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

See Also