InterfaceIOpenAccessContextOptions
Interface
Definition
Namespace:Telerik.OpenAccess
Assembly:Telerik.OpenAccess.dll
Syntax:
cs-api-definition
public interface IOpenAccessContextOptions
Properties
EnableDataSynchronization
Declaration
cs-api-definition
bool EnableDataSynchronization { get; set; }
Property Value
bool
IsolationLevel
Declaration
cs-api-definition
IsolationLevel? IsolationLevel { get; set; }
Property Value
IsolationLevel?
MaintainOriginalValues
Declaration
cs-api-definition
bool MaintainOriginalValues { get; set; }
Property Value
bool
RefreshObjectsAfterSaveChanges
Declaration
cs-api-definition
bool RefreshObjectsAfterSaveChanges { get; set; }
Property Value
bool