4 references to UndefinedFunction
System.Data.Common (4)
System\Data\Filter\AggregateNode.cs (1)
63throw ExprException.UndefinedFunction(Function.s_functionName[(int)aggregateType]);
System\Data\Filter\FunctionNode.cs (3)
63throw ExprException.UndefinedFunction(_name); 564throw ExprException.UndefinedFunction(s_funcs[_info]._name); 598throw ExprException.UndefinedFunction(_name);