Fork me on GitHubEpicdominant domains
APIEpic.Query.RelationalRelationAttributeRelationAttribute(String, RelationalExpression)

RelationAttribute Constructor (name, relation)
Initializes a new instance of the RelationAttribute class.

Assembly: Epic.Query

Declaration Syntax
C#
public RelationAttribute(
	string name,
	RelationalExpression relation
)
Parameters
name (String)
Name of the attribute.
relation (RelationalExpression)
The RelationalExpression the attribute is tied to.
Exceptions
ExceptionCondition
ArgumentNullException Is thrown when either arguments are null.
blog comments powered by Disqus