| DbGetAsyncE Method |
Namespace: LiteRepository
public virtual Task<IEnumerable<E>> GetAsync<E>( Type type = null, Expression<Func<E, bool>> where = null, Object param = null, Expression<Func<IEnumerable<E>, IEnumerable<E>>> orderBy = null ) where E : class