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

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public QueryParameter(
	string name,
	Object value
)
Visual Basic
Public Sub New ( _
	name As String, _
	value As Object _
)

Parameters

name
Type: System..::..String
The unique name of this parameter.
value
Type: System..::..Object
The value of this parameter.

See Also