A loader for TEntity.
Assembly: Epic.Query
Declaration Syntax
| C# |
public interface IEntityLoader<TEntity, TIdentity> where TEntity : class where TIdentity : Object, IEquatable<TIdentity>
Generic Template Parameters
- TEntity
- Type of the entity that the loader can load.
- TIdentity
- Type used to identify each TEntity.
Members
| All Members | Methods | ||||
| Member | Description | |
|---|---|---|
| Load(array<TIdentity>[]()[][]) |
Load the specified entities.
|
