SqlCeTransaction.CurrentTransactionBsn Property
Gets the begin sequence number (BSN) for the transaction.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentTransactionBsn As Long
Get
'Usage
Dim instance As SqlCeTransaction
Dim value As Long
value = instance.CurrentTransactionBsn
public long CurrentTransactionBsn { get; }
public:
property long long CurrentTransactionBsn {
long long get ();
}
member CurrentTransactionBsn : int64
function get CurrentTransactionBsn () : long
Property Value
Type: System.Int64
The BSN for the transaction.
Remarks
The BSN is a monotonically increasing counter assigned to the transaction by SQL Server Compact. It uniquely identifies the transaction's begin sequence.