XPClassInfo.OptimisticLockFieldName Property
Gets the name of the system field that is used to control object locking for objects that have the object locking option enabled.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v19.2.dll
Declaration
public string OptimisticLockFieldName { get; }
Public ReadOnly Property OptimisticLockFieldName As String
public string OptimisticLockFieldName { get; }
Public ReadOnly Property OptimisticLockFieldName As String
Property Value
Type |
Description |
String |
A string value that specifies the system field's name.
|
Property Value
Type |
Description |
String |
A string value that specifies the system field's name.
|
See Also