Skip to main content

ConnectionProviderSql.GlobalQueryParameterMode Field

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.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public static QueryParameterMode GlobalQueryParameterMode

#Field Value

Type Description
QueryParameterMode

A QueryParameterMode enumeration value. Specifies how to initialize command parameters.

#Remarks

The Default value is optimal for most applications. The following articles describe situations in which GlobalQueryParameterMode should be set to Legacy:

See Also