Interface ITransactionProperties
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
public interface ITransactionProperties
Properties
AutomaticBegin
Declaration
bool AutomaticBegin { get; set; }
Property Value
System.
|
Concurrency
EnableDataSynchronization
Declaration
bool EnableDataSynchronization { get; set; }
Property Value
System.
|
FailFast
Declaration
bool FailFast { get; set; }
Property Value
System.
|
ReadAfterDelete
Declaration
bool ReadAfterDelete { get; set; }
Property Value
System.
|
RefreshReadObjectsInNewTransaction
Declaration
bool RefreshReadObjectsInNewTransaction { get; set; }
Property Value
System.
|
RestoreValues
Declaration
bool RestoreValues { get; set; }
Property Value
System.
|
RetainValues
Declaration
bool RetainValues { get; set; }
Property Value
System.
|