[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.DataProviders.DataParameter

DataParameter Class

Represents a parameter to be used in an SQL query with IDbCommand.

Inheritance
DataParameter
Implements
Namespace: GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.DataProviders
Assembly: MESCIUS.ActiveReports.QueryDesigner.dll
Syntax
public sealed class DataParameter : IDataParameter
Remarks

A generic implementation of IDataParameter.

Constructors

Name Description
DataParameter(string, object)

Initializes a new instance of the DataParameter class with a specified name and value.

Properties

Name Description
ParameterName

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

Value

Gets or sets the value of the parameter in the SQL query.