ParameterTranslationMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates how parameterized collections are translated into SQL.
public enum ParameterTranslationMode
type ParameterTranslationMode =
Public Enum ParameterTranslationMode
- Inheritance
-
ParameterTranslationMode
Fields
| Name | Value | Description |
|---|---|---|
| MultipleParameters | 0 | Instructs EF to translate the collection to a set of parameters:
|
| Constant | 1 | Instructs EF to translate the collection to a set of constants:
|
| Parameter | 2 | Instructs EF to translate the collection to a single array-like parameter:
|