Fork me on GitHubEpicdominant domains
APIEpic.Query.Relational.OperationsSelectionSelection(RelationalExpression, Predicate)

Selection Constructor (relation, condition)
Initializes a new instance of the Selection class.

Assembly: Epic.Query

Declaration Syntax
C#
public Selection(
	RelationalExpression relation,
	Predicate condition
)
Parameters
relation (RelationalExpression)
The RelationalExpression used as source for the selection.
condition (Predicate)
The Predicate against which the records are matched.
blog comments powered by Disqus