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