SessionBaseInTransaction Property |
Indicates if we are within an active transaction.
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public virtual bool InTransaction { get; }
Public Overridable ReadOnly Property InTransaction As Boolean
Get
public:
virtual property bool InTransaction {
bool get ();
}
abstract InTransaction : bool with get
override InTransaction : bool with get
Property Value
Type:
BooleanSee Also