2 overrides of IsTvf
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\FunctionDetailsReader.cs (2)
247public override bool IsTvf { get { return false; } } 418public override bool IsTvf
2 references to IsTvf
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (2)
552Debug.Assert(!row.IsTvf, "TVF can't have ReturnType (used only for scalars)."); 569else if (row.IsTvf)