EntityAllowRowLocking Property

Gets or sets the value determining whether this Entity allows physical row locking.

Definition

Namespace: Firefly.Box.Data
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool AllowRowLocking { get; set; }

Property Value

Boolean

Remarks

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

See Also