[]
Initializes a new instance of the DataParameter class with a specified name and value.
public DataParameter(string parameterName, object value)
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. |
Type | Condition |
---|---|
ArgumentNullException | Thrown when |