[]
Initializes a new instance of the DataParameter class.
public DataParameter()
Parameterless constructor required for JSON deserialization (in VQD).
Initializes a new instance of the DataParameter class.
public DataParameter(string parameterName, object value)
Type | Name | Description |
---|---|---|
string | parameterName | The name of the parameter |
object | value | The value of the parameter |