Method Get
Get(Stream, Expression<Func<TEntity, object>>, Expression<Func<TEntity, bool>>)
Task Get(Stream outStream, Expression<Func<TEntity, object>> columnSelector, Expression<Func<TEntity, bool>> filterExpression)
Parameters
outStream
StreamcolumnSelector
Expression<Func<TEntity, object>>filterExpression
Expression<Func<TEntity, bool>>