CommandReloadData Field

Reload the data of the task from the database.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public static readonly Command ReloadData

Field Value

Command

Remarks

This action can accept parameters when raised by the Raise(Command, Object) method. The Only parameter is of type Number.
It's allowed values are:
ValueBehaviour
1 Reload data and park on row according to the filter in StartOnRowWhere.
2 Reload data and park to the first row.
Default Reload data and park on current row.

See Also