BusinessProcessLockCurrentRow Method

Locks the current row for the Entity specified in the From property , and all the entities specified in the Relations property collection.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public void LockCurrentRow()

Remarks

The lock will be performed for entities who's AllowRowLocking property is set to true

See Also