7 references to AddAggregate
System.Data.Entity (7)
System\Data\Metadata\Edm\Provider\EdmProviderManifest.cs (6)
538
functions.ForTypes(parameterTypes, type => functions.
AddAggregate
(PrimitiveTypeKind.Double, "StDev", type));
539
functions.ForTypes(parameterTypes, type => functions.
AddAggregate
(PrimitiveTypeKind.Double, "StDevP", type));
540
functions.ForTypes(parameterTypes, type => functions.
AddAggregate
(PrimitiveTypeKind.Double, "Var", type));
541
functions.ForTypes(parameterTypes, type => functions.
AddAggregate
(PrimitiveTypeKind.Double, "VarP", type));
544
functions.ForAllBasePrimitiveTypes(type => functions.
AddAggregate
(PrimitiveTypeKind.Int32, "Count", type));
545
functions.ForAllBasePrimitiveTypes(type => functions.
AddAggregate
(PrimitiveTypeKind.Int64, "BigCount", type));
System\Data\Metadata\Edm\Provider\EdmProviderManifestFunctionBuilder.cs (1)
74
this.
AddAggregate
(collectionArgumentElementTypeKind, aggregateFunctionName, collectionArgumentElementTypeKind);