Show / Hide Table of Contents

    ILoadable.Include Method

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

    0.5.0-alpha

    1.0.1 (current)

    Loads data for the specified embedded property in TModel for all rows.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    Include(Expression<Func<TModel, object>> property, bool cascade = false) Loads data for the specified embedded property in TModel for all rows.
    Include(int index, Expression<Func<TModel, object>> property, bool cascade = false) Loads data for the specified embedded property in TModel for the specified row.
    Back to top Generated by Appeon