SQL Where

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

2018 02 25 11H44 03

Expression / DB SQL

By deafult this screen shows the summary of the ranges as they were defined in the Data View part. In the migrated code this is represented by the Where.Add

The next items descirbe the expression and DB SQL.

void InitializeDataView()
    {
        From = Order;
        Where.Add(Orders.OrderID.IsBetween(1,5)); 

More samples of Where are found here


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