Load the specified entities.
Assembly: Epic.Query
Declaration Syntax
| C# |
IEnumerable<TEntity> Load( params TIdentity[] identities )
Parameters
- identities (array<TIdentity>[]()[][])
- Identifiers of the TEntity to load.
Return Value
[Missing <returns> documentation for "M:Epic.Query.IEntityLoader`2.Load(`1[])"]
Exceptions
| Exception | Condition |
|---|---|
| EpicException | One or more TEntity can not be loaded. |
