Interface IOpenAccessContextOptions
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
public interface IOpenAccessContextOptions
Properties
EnableDataSynchronization
Declaration
bool EnableDataSynchronization { get; set; }
Property Value
|
System.Boolean
|
IsolationLevel
Declaration
IsolationLevel? IsolationLevel { get; set; }
Property Value
|
System.Nullable<System.Data.IsolationLevel>
|
MaintainOriginalValues
Declaration
bool MaintainOriginalValues { get; set; }
Property Value
|
System.Boolean
|
RefreshObjectsAfterSaveChanges
Declaration
bool RefreshObjectsAfterSaveChanges { get; set; }
Property Value
|
System.Boolean
|