QueryParameterMode Enum
In This Article
The enumeration describes how connection providers initialize command parameters.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Members
Name | Description | Comments |
---|---|---|
Default
|
When Always Encrypted is enabled, the default behavior is the same as Set |
|
Legacy
|
A connection provider leaves the Db |
For backward compatibility only. |
Set
|
A connection provider initializes only the Db |
This mode is optimal for most applications. |
Set
|
A connection provider initializes the Db |
Use this mode to support the Always Encrypted feature. |
See Also