ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation Namespace / QueryParameterInfo Class / QueryParameterInfo Constructor
A System.String value indicating the name of the query parameter.
A System.Type object representing the type of the query parameter.

In This Topic
    QueryParameterInfo Constructor
    In This Topic
    Initializes a new instance of the QueryParameterInfo class with the specified name and type.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal type As Type _
    )
    public QueryParameterInfo( 
       string name,
       Type type
    )

    Parameters

    name
    A System.String value indicating the name of the query parameter.
    type
    A System.Type object representing the type of the query parameter.
    See Also