SelfServicingExtensionMethods.GetMultiAsync<TEntity> Method (IEntityCollection, EntityQuery<TEntity>) |
Namespace: SD.LLBLGen.Pro.QuerySpec.SelfServicing
public static Task<IEntityCollection> GetMultiAsync<TEntity>( this IEntityCollection toFill, EntityQuery<TEntity> query ) where TEntity : IEntity