EntityAllowRowLocking Property
Gets or sets the value determining whether this
Entity allows physical row locking.
Namespace: Firefly.Box.DataAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public bool AllowRowLocking { get; set; }
Public Property AllowRowLocking As Boolean
Get
Set
member AllowRowLocking : bool with get, set
Property Value
Boolean Locking is initiated in a
UIController or a
BusinessProcess using the
LockCurrentRow method or acording to the
RowLocking property.
When such a locking is initialted, only rows that belong to entities that their AllowRowLocking property set to true, will be locked