4 references to Var
System.Data.Common (4)
System\Data\Filter\AggregateNode.cs (2)
19Var = FunctionId.Var, // Statistical variance 57else if (aggregateType == FunctionId.Var)
System\Data\Filter\FunctionNode.cs (2)
38new Function("Var", FunctionId.Var, typeof(object), false, false, 1, null, null, null), 590(s_funcs[_info]._id == FunctionId.Var);