Column Locate
Name in Migrated Code: StartOnRowWhere.Add
Location in Migrated Class: InitializeDataView
Examples:
Products.ProductID - ProductID column from Products table
pi_ProdID - Parameter
Locate From and To are equal
StartOnRowWhere.Add(Products.ProductID.IsEqualTo(pi_ProdID));
Locate To only
StartOnRowWhere.Add(Products.ProductID.IsLessOrEqualTo(pi_ProdID));
Locate From only
StartOnRowWhere.Add(Products.ProductID.IsGreaterOrEqualTo(pi_ProdID));
The row not found message can be suppressed by setting the DisableStartOnRowNotFoundError to false in the OnLoad method of the UIController.
See Also:
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com