[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.QueryParameterInfo

QueryParameterInfo Class

Represents information about a parameter used in an SQL query.

Inheritance
QueryParameterInfo
Namespace: GrapeCity.ActiveReports.QueryDesigner.Implementation
Assembly: MESCIUS.ActiveReports.QueryDesigner.dll
Syntax
public sealed class QueryParameterInfo

Constructors

Name Description
QueryParameterInfo(string, Type)

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

Properties

Name Description
Name

Gets or sets the name of the parameter as used in the SQL query.

Type

Gets or sets the data type of the parameter (e.g., int, string, etc.).