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