ILoadable.IncludeAllAsync Method
.NET Standard 2.x
Asynchronously loads all the embedded properties in TModel for a specified row, or all rows.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
| Method | Description |
|---|---|
| IncludeAllAsync(bool cascade = false, CancellationToken cancellationToken = default) | Asynchronously loads all the embedded properties in TModel for all rows. |
| IncludeAllAsync(int index, bool cascade = false, CancellationToken cancellationToken = default) | Asynchronously loads all the embedded properties (where the ModelEmbedded attribute or the SqlEmbedded attribute is applied) in TModel for a specified row. |