{CompanyName} FlexyGo

EntityObject..::..UseTransactions Property

Gets or sets a value indicating whether to use transactions.

Namespace:  FLEXYGO.Objects
Assembly:  flxEntity (in flxEntity.dll)

Syntax


public bool UseTransactions { get; set; }
Public Property UseTransactions As Boolean
	Get
	Set

Field Value

true if to use transactions; otherwise, false.

Exceptions


ExceptionCondition
ExceptionCould not change value of open transaction.