[]
Represents a parameter to be used in an SQL query with IDbCommand.
public sealed class DataParameter : IDataParameter
A generic implementation of IDataParameter.
| Name | Description |
|---|---|
| DataParameter(string, object) | Initializes a new instance of the DataParameter class with a specified name and value. |
| Name | Description |
|---|---|
| ParameterName | Gets or sets the name of the parameter as used in the SQL query. |
| Value | Gets or sets the value of the parameter in the SQL query. |