{CompanyName} FlexyGo
EntityObject
.
.
::
.
.
UseTransactions Property
Gets or sets a value indicating whether to use transactions.
Namespace:
FLEXYGO.Objects
Assembly:
flxEntity
(in flxEntity.dll)
Syntax
C#
VB
public
bool
UseTransactions
{
get
;
set
; }
Public
Property
UseTransactions
As
Boolean
Get
Set
Field Value
true
if to use transactions; otherwise,
false
.
Exceptions
Exception
Condition
Exception
Could not change value of open transaction.
See Also
EntityObject Class
FLEXYGO.Objects Namespace