Show / Hide Table of Contents

    ILoadable.IncludeAll Method

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha

    1.0.1 (current)

    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