Skip to main content
All docs
V25.1
  • QueryParameter(String, Type, Object) Constructor

    Creates a new instance of the QueryParameter class with the specified parameter name, type, and value.

    Namespace: DevExpress.DataAccess.Json

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

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

    Parameters

    Name Type Description
    name String

    The parameter name.

    type Type

    The parameter type.

    value Object

    The parameter value.

    See Also