2 overrides of IsParameterTypeNull
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\FunctionDetailsReader.cs (2)
264
public override bool
IsParameterTypeNull
438
public override bool
IsParameterTypeNull
2 references to IsParameterTypeNull
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (2)
638
if (!row.
IsParameterTypeNull
)
674
if (!row.
IsParameterTypeNull
)