Get the flag that indicates if optimistic locking is enabled for stores opened or created by this context by default

Namespace: BrightstarDB.Client
Assembly: 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

Property Value

Type: Boolean

See Also