BusinessProcessFrom Property

Determines the Entity who's rows the BusinessProcess will perform it's iteration on.

Definition

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

Property Value

Entity

Remarks

the EnterRow event and SavingRow event will be performed once for each row that matches the Where property filter
If this property was not set, the BusinessProcess will behave as if an entity that infinite rows was set to it.

See Also