 |
BcfTransactionIsRolledBack Property |
Gets a value indicating whether this instance is rolled back.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic bool IsRolledBack { get; }
Public ReadOnly Property IsRolledBack As Boolean
Get
public:
property bool IsRolledBack {
bool get ();
}
member IsRolledBack : bool with get
Property Value
Type:
Booleantrue if rolled back; otherwise,
false.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also