1 write to IsComposable
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Function.cs (1)
673
IsComposable
= isComposable;
7 references to IsComposable
System.Data.Entity (7)
System\Data\EntityModel\SchemaObjectModel\Function.cs (4)
434
if (this.
IsComposable
)
443
if (!this.
IsComposable
&& !this.IsFunctionImport)
478
if (!this.
IsComposable
)
493
if (this.
IsComposable
)
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (2)
232
if (this.ParentElement.
IsComposable
&& this.ParentElement.IsFunctionImport)
239
if (this.ParentElement.
IsComposable
&& this.ParentElement.IsFunctionImport)
System\Data\Metadata\Converter.cs (1)
1007
IsComposable = somFunction.
IsComposable
,