Fork me on GitHubEpicdominant domains
APIEpic.Query.Relational.OperationsProjectionProjection(RelationalExpression, IEnumerable<(Of <<'(RelationAttribute>)>>))

Projection Constructor (relation, attributes)
Initializes a new instance of the Projection class.

Assembly: Epic.Query

Declaration Syntax
C#
public Projection(
	RelationalExpression relation,
	IEnumerable<RelationAttribute> attributes
)
Parameters
relation (RelationalExpression)
The RelationalExpression used as source for the projection.
attributes (IEnumerable<(Of <(<'RelationAttribute>)>)>)
The collection of relation attributes extracted
blog comments powered by Disqus