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# |
|---|
public bool OptimisticLockingEnabled { get; } |
| Visual Basic |
|---|
Public ReadOnly Property OptimisticLockingEnabled As Boolean
Get |
| Visual C++ |
|---|
public:
virtual property bool OptimisticLockingEnabled {
bool get () sealed;
} |
| F# |
|---|
abstract OptimisticLockingEnabled : bool with get
override OptimisticLockingEnabled : bool with get |
Property Value
Type:
BooleanImplements
IDataObjectContext..::..OptimisticLockingEnabled
See Also