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