Get the flag that indicates if optimistic locking is enabled for
stores opened or created by this context by default
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
bool OptimisticLockingEnabled { get; } |
| Visual Basic |
|---|
ReadOnly Property OptimisticLockingEnabled As Boolean Get |
| Visual C++ |
|---|
property bool OptimisticLockingEnabled { bool get (); } |
| F# |
|---|
abstract OptimisticLockingEnabled : bool with get |