Initializes a new instance of the Rename class.
            
Assembly: Epic.Query
Declaration Syntax
| C# | 
public Rename( RelationalExpression relation, string name )
Parameters
- relation (RelationalExpression)
- The RelationalExpression to be renamed.
- name (String)
- The new name given to the relation.
