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
Exception | Condition |
---|---|
ArgumentNullException |
Is thrown when either arguments are null.
|