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