Skip to main content
A newer version of this page is available. .

ConnectionProviderSql.QueryParameterMode Field

Specifies how a connection provider initializes command parameters.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

public QueryParameterMode QueryParameterMode

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 QueryParameterMode should be set to Legacy:

See Also