2 overrides of IsParameterNameNull
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\FunctionDetailsReader.cs (2)
254
public override bool
IsParameterNameNull
428
public override bool
IsParameterNameNull
1 reference to IsParameterNameNull
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
633
for (int i = 0; i < parameters.Count && !row.
IsParameterNameNull
; i++)