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