CommandReloadData Field
Reload the data of the task from the database.
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public static readonly Command ReloadData
Public Shared ReadOnly ReloadData As Command
static val ReloadData: Command
Field Value
Command 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:
Value | Behaviour |
---|
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. |