[]
Represents a parameter used with a IDbCommand.
public sealed class DataParameter : IDataParameter
| Name | Description |
|---|---|
| DataParameter() | Initializes a new instance of the DataParameter class. |
| DataParameter(string, object) | Initializes a new instance of the DataParameter class. |
| Name | Description |
|---|---|
| ParameterName | Gets or sets the name of the parameter. |
| Value | Gets or sets the value of the parameter. |