Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / QueryParameter Class / QueryParameter Constructor / QueryParameter Constructor(String,Object)
The unique name of this parameter.
The value of this parameter.

In This Topic
    QueryParameter Constructor(String,Object)
    In This Topic
    Initializes a new instance of the QueryParameter class, assigning the parameter's name and value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal value As Object _
    )
    public QueryParameter( 
       string name,
       object value
    )

    Parameters

    name
    The unique name of this parameter.
    value
    The value of this parameter.
    See Also