Skip to main content

QueryParameter(String, Type, Object) Constructor

Initializes a new instance of the QueryParameter class with the specified settings.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public QueryParameter(
    string name,
    Type type,
    object value
)

Parameters

Name Type Description
name String

A String value, specifying the parameter name.

type Type

A String value, specifying the parameter type.

value Object

A String value, specifying the parameter value.

See Also