[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ReportsCore.Data.DataProviders.DataParameter

DataParameter Class

Represents a parameter used with a IDbCommand.

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

Constructors

Name Description
DataParameter()

Initializes a new instance of the DataParameter class.

DataParameter(string, object)

Initializes a new instance of the DataParameter class.

Properties

Name Description
ParameterName

Gets or sets the name of the parameter.

Value

Gets or sets the value of the parameter.

Extension Methods