3 writes to IsAggregate
System.Data.Entity (3)
System\Data\Metadata\Converter.cs (1)
1004
IsAggregate
= somFunction.IsAggregate,
System\Data\Metadata\Edm\Provider\EdmProviderManifestFunctionBuilder.cs (1)
89
IsAggregate
= true,
System\Data\Metadata\StoreItemCollection.cs (1)
409
IsAggregate
= sTypeFunction.AggregateAttribute,
2 references to IsAggregate
System.Data.Entity (2)
System\Data\Metadata\Edm\EdmFunction.cs (2)
42
if (payload.
IsAggregate
.HasValue) SetFunctionAttribute(ref _functionAttributes, FunctionAttributes.Aggregate, payload.
IsAggregate
.Value);