4 references to Var
System.Data (4)
fx\src\data\System\Data\Filter\AggregateNode.cs (2)
23Var = FunctionId.Var, // Statistical variance 62else if (aggregateType == FunctionId.Var)
fx\src\data\System\Data\Filter\FunctionNode.cs (2)
43new Function("Var", FunctionId.Var, typeof(object), false, false, 1, null, null, null), 504(funcs[this.info].id == FunctionId.Var);