SessionBaseTransactionNumber Property |
Gets the transaction number of the current session
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public ulong TransactionNumber { get; }
Public ReadOnly Property TransactionNumber As ULong
Get
public:
property unsigned long long TransactionNumber {
unsigned long long get ();
}
member TransactionNumber : uint64 with get
Property Value
Type:
UInt64The transaction number
See Also