Locate Order
Name in Migrated Code: StartFromLastRow
Location in Migrated Code: OnLoad
Example:
protected override void OnLoad()
{
StartFromLastRow = true;
StartFromFirstRowIfStartOnRowWhereFails = true;
The
StartFromFirstRowIfStartOnRowWhereFails = true;
was added automatically. It displays the "Row not found - positioned at begining" message in case the requested row was not found.
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com