Get the boolean flag that indicates if optimistic locking is enabled
for data objects and entity framework entities accessed through this connection
Namespace: BrightstarDBAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
public bool OptimisticLocking { get; } |
Visual Basic |
---|
Public ReadOnly Property OptimisticLocking As Boolean
Get |
Visual C++ |
---|
public:
property bool OptimisticLocking {
bool get ();
} |
F# |
---|
member OptimisticLocking : bool with get
|
Property Value
Type:
Boolean
See Also