SessionBaseInCommit Property |
Indicates if we are within a transaction commit.
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic virtual bool InCommit { get; }
Public Overridable ReadOnly Property InCommit As Boolean
Get
public:
virtual property bool InCommit {
bool get ();
}
abstract InCommit : bool with get
override InCommit : bool with get
Property Value
Type:
Boolean
See Also