[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.QueryParameterInfo.-ctor

QueryParameterInfo Constructor

QueryParameterInfo(string, Type)

Initializes a new instance of the QueryParameterInfo class with the specified name and type.

Declaration
public QueryParameterInfo(string name, Type type)
Parameters
Type Name Description
string name

A string value indicating the name of the query parameter.

Type type

A Type object representing the type of the query parameter.