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