Tup.Cobar4Net.Parser.Ast.Expression.Primary.Function.Datetime.Timestampadd.ConstructFunction C# (CSharp) Method

ConstructFunction() public method

public ConstructFunction ( IList arguments ) : FunctionExpression
arguments IList
return FunctionExpression
        public override FunctionExpression ConstructFunction(IList<IExpression> arguments)
        {
            throw new NotSupportedException("function of Timestampadd has special arguments");
        }