FunctionCall public class FunctionCall : PrimaryExpression Documentation public CallTarget CallTarget { get; set; } public Identifier FunctionName { get; set; } public OverClause OverClause { get; set; } public IList<ScalarExpression> Parameters { get; } public UniqueRowFilter UniqueRowFilter { get; set; } public WithinGroupClause WithinGroupClause { get; set; } public FunctionCall()