Main Source
Name in Migrated Code: From
Location in Migrated Class: InitializeDataView
Example:
internal readonly Models.Customers Customers = new Models.Customers { AllowRowLocking = true };
public ShowCustomers()
{
Title = "Show Customers";
InitializeDataView();
}
void InitializeDataView()
{
From = Customers;
OrderBy = Customers.SortByPK_Customers;
}
- The Main source - From = Customers;
- The Source index - OrderBy = Customers.SortByPK_Customers;
- Access source property - AllowRowLocking = true;
See Also:
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com