Preload View

Name in migrated Code: PreloadData
Location in migrated Code: OnLoad

Migrated Code Example

protected override void OnLoad()
{
    PreloadData = Products.ProductID == 2046;
    View = () => new Views.ShowOrdersView(this);
} 

Property Values

True or False (or expression). The default is false which is Preload view = No in Magic

See Also


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