Skip to main content

ConnectionProviderSql.QueryParameterMode Field

Specifies how a connection provider initializes command parameters.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v24.2.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