The default setting for optimistic locking in the Data Objects
and Entity Framework contexts
Namespace: BrightstarDBAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
public static bool EnableOptimisticLocking { get; set; } |
Visual Basic |
---|
Public Shared Property EnableOptimisticLocking As Boolean
Get
Set |
Visual C++ |
---|
public:
static property bool EnableOptimisticLocking {
bool get ();
void set (bool value);
} |
F# |
---|
static member EnableOptimisticLocking : bool with get, set
|
Property Value
Type:
Boolean
See Also