1 write to IsAggregate
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Function.cs (1)
622IsAggregate = isAggregate;
4 references to IsAggregate
System.Data.Entity (4)
System\Data\EntityModel\SchemaObjectModel\Function.cs (2)
452if (IsAggregate) 481if (this.IsAggregate ||
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (1)
376bool collectionAllowed = this.ParentElement.IsAggregate;
System\Data\Metadata\Converter.cs (1)
1004IsAggregate = somFunction.IsAggregate,