ParameterTypeSemantics Enumeration

 

The enumeration defining the type semantics used to resolve function overloads. These flags are defined in the provider manifest per function definition.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

[SuppressMessageAttribute("Microsoft.Naming", "CA1717:OnlyFlagsEnumsShouldHavePluralNames")]
public enum ParameterTypeSemantics

Member nameDescription
AllowImplicitConversion

Allow Implicit Conversion between given and formal argument types (default).

AllowImplicitPromotion

Allow Type Promotion between given and formal argument types.

ExactMatchOnly

Use strict Equivalence only.