Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 406 Bytes

File metadata and controls

16 lines (11 loc) · 406 Bytes

keywords: task properties, range, locate, SQL where, expressions

Name in Migrated Code: StartOnRowWhere.Add
Location in Migrated Code: InitializeDataView

Range-Locate-Expressions-locate-expression

Example:

void InitializeDataView()
{
    From = OrderDetails;
+    StartOnRowWhere.Add(() => OrderDetails.Quantity > 0);