Property IsInTransaction
IsInTransaction
Gets a value indicating whether this instance is in a transaction.
public bool IsInTransaction { get; }
Property Value
- bool
true
if this instance is in a transaction; otherwise,false
.
Gets a value indicating whether this instance is in a transaction.
public bool IsInTransaction { get; }
true
if this instance is in a transaction; otherwise, false
.