{CompanyName} FlexyGo
DataManager
.
.
::
.
.
InTrans Property
Gets a value indicating whether we are in a transaction or not.
Namespace:
FLEXYGO.Data
Assembly:
flxDataManager
(in flxDataManager.dll)
Syntax
C#
VB
public
bool
InTrans
{
get
; }
Public
ReadOnly
Property
InTrans
As
Boolean
Get
Field Value
true
if in transaction; otherwise,
false
.
See Also
DataManager Class
FLEXYGO.Data Namespace