Skip to main content
All docs
V25.1
  • ConnectionProviderSql.QueryParameterMode Field

    Specifies how a connection provider initializes command parameters.

    Namespace: DevExpress.Xpo.DB

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