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