[]
        
(Showing Draft Content)

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

DataParameter Constructor

DataParameter(string, object)

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

Declaration
public DataParameter(string parameterName, object value)
Parameters
Type Name Description
string parameterName

A string value indicating the name of the parameter.

object value

A object value indicating the value of the parameter.

Exceptions
Type Condition
ArgumentNullException

Thrown when parameterName is null or empty.