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)); 

See Also:


Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com