Fork me on GitHubEpicdominant domains
APIEpic.QueryIEntityLoader<(Of <(<'TEntity, TIdentity>)>)>

IEntityLoader<(Of <(<'TEntity, TIdentity>)>)> Interface
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 MembersMethods    



MemberDescription
Load(array<TIdentity>[]()[][])
Load the specified entities.
blog comments powered by Disqus