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