ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation Namespace / QueryParameterInfo Class
Properties

In This Topic
    QueryParameterInfo Class Members
    In This Topic

    The following tables list the members exposed by QueryParameterInfo.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the QueryParameterInfo class with the specified name and type.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the name of the parameter as used in the SQL query.  
    Public PropertyGets or sets the data type of the parameter (e.g., int, string, etc.).  
    Top
    See Also