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