Fork me on GitHubEpicdominant domains
APIEpic.Query.Object.ExpressionsSelection<(Of <(<'TEntity>)>)>Selection<(Of <(<'TEntity>)>)>(Expression<(Of <<'(IEnumerable<(Of <<'(TEntity>)>>)>)>>), ISpecification<(Of <<'(TEntity>)>>))

Selection<(Of <(<'TEntity>)>)> Constructor (source, specification)
Initializes a new instance of the Selection<(Of <(<'TEntity>)>)>.

Assembly: Epic.Query.Object

Declaration Syntax
C#
public Selection(
	Expression<IEnumerable<TEntity>> source,
	ISpecification<TEntity> specification
)
Parameters
source (Expression<(Of <(<'IEnumerable<(Of <(<'TEntity>)>)>>)>)>)
Source of TEntity.
specification (ISpecification<(Of <(<'TEntity>)>)>)
Specification to satisfy.
Exceptions
ExceptionCondition
ArgumentNullExceptionsource or specification is nullNothingnullptr.
blog comments powered by Disqus