corelibraries-devexpress-dot-xpo-dot-db-dot-connectionprovidersql.md
Specifies how connection providers initialize command parameters. Use the QueryParameterMode property to change this setting for a specific connection provider.
Namespace : DevExpress.Xpo.DB
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public static QueryParameterMode GlobalQueryParameterMode
Public Shared GlobalQueryParameterMode As QueryParameterMode
| Type | Description |
|---|---|
| QueryParameterMode |
A QueryParameterMode enumeration value. Specifies how to initialize command parameters.
|
The Default value is optimal for most applications. The following articles describe situations in which GlobalQueryParameterMode should be set to Legacy :
See Also