Success Indication

Name in Migrated Code: NotifyRowWasFound
Location in Migrated Code: InitializeDataView Method

Examples:

void InitializeDataView()
{
    From = Orders;
            
    Relations.Add(Customers, Customers.CustomerID.IsEqualTo(Orders.CustomerID), Customers.SortByPK_Customers);
    Relations[Customers].NotifyRowWasFoundTo(v_FoundCustomer);
} 

Screenshot on Magic:

It is not recommended to use this in new code, instead we recommend to use the RowFound property of a relation see
Replace NotifyRowWasFound with RowFound and Contains


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