SQL Where
Name in Migrated Code: Where.Add
Location in Migrated Code: InitializeDataView
SQL Where DB SQL
The SQL Where DB SQL allowed the developer to add an SQL Where statement using columns from the Data View.
void InitializeDataView()
{
From = Orders;
Where.Add("{0} in (10248,10252,10255)", Orders.OrderID);
}
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com