ILoadable.IncludeAsync Method
.NET Standard 2.x
Asynchronously loads the specified embedded property in TModel for a specified row, or all rows.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
| Method | Description |
|---|---|
| IncludeAsync(Expression<Func<TModel, object>> property, bool cascade = false, CancellationToken cancellationToken = default) | Asynchronously loads the specified embedded property in TModel for all rows. |
| IncludeAsync(int index, Expression<Func<TModel, object>> property, bool cascade = false, CancellationToken cancellationToken = default) | Asynchronously loads the specified embedded property in TModel for a specified row. |