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

Rename Constructor (relation, name)
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.
blog comments powered by Disqus