Show / Hide Table of Contents

    ILoadable.IncludeAll Method

    .NET Standard 2.x

    Loads data for the embedded properties in TModel for all rows.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    IncludeAll(bool cascade = false) Loads data for the embedded properties in TModel for all rows.
    IncludeAll(int index, bool cascade = false) Loads data for the embedded properties (where the ModelEmbedded attribute or the SqlEmbedded attribute is applied) in TModel for the specified row.
    Back to top Generated by Appeon