9 references to ParameterTypeSemantics
System.Data.Entity (9)
System\Data\EntityModel\SchemaObjectModel\Function.cs (5)
40private ParameterTypeSemantics _parameterTypeSemantics; 172public ParameterTypeSemantics ParameterTypeSemantics 772ParameterTypeSemantics = ParameterTypeSemantics.ExactMatchOnly; 775ParameterTypeSemantics = ParameterTypeSemantics.AllowImplicitPromotion; 778ParameterTypeSemantics = ParameterTypeSemantics.AllowImplicitConversion;
System\Data\Metadata\Edm\EdmFunction.cs (4)
109private readonly ParameterTypeSemantics _parameterTypeSemantics; 212[MetadataProperty(typeof(ParameterTypeSemantics), false)] 213internal ParameterTypeSemantics ParameterTypeSemanticsAttribute 448public ParameterTypeSemantics? ParameterTypeSemantics;