2 overrides of ParameterType
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\FunctionDetailsReader.cs (2)
259
public override string
ParameterType
433
public override string
ParameterType
2 references to ParameterType
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (2)
640
parameterType = GetScalarFunctionTypeUsage(session, row.
ParameterType
, out excludedForTarget);
676
typeValue = row.
ParameterType
;