[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.QueryParameter.-ctor

QueryParameter Constructor

QueryParameter(string)

Initializes a new instance of the QueryParameter class, assigning the parameter's name.

Declaration
public QueryParameter(string name)
Parameters
Type Name Description
string name

The unique name of this parameter.

QueryParameter(string, object)

Initializes a new instance of the QueryParameter class, assigning the parameter's name and value.

Declaration
public QueryParameter(string name, object value)
Parameters
Type Name Description
string name

The unique name of this parameter.

object value

The value of this parameter.