ParameterTypeSemantics Enumeration
The enumeration defining the type semantics used to resolve function overloads. These flags are defined in the provider manifest per function definition.
Assembly: EntityFramework (in EntityFramework.dll)
Member name | Description | |
---|---|---|
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. |