Gets or sets a value indicating whether transaction should be used.
Disabling transaction may help to ignore transaction timeout limitation which is limited to 20 minutes in machine.config
Namespace: Composite.DataAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public bool UseTransaction { get; set; } |
Visual Basic |
---|
Public Property UseTransaction As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool UseTransaction {
bool get ();
void set (bool value);
} |
Field Value
true if transaction should be used; otherwise,
false.
See Also