| DbParameter Properties |
The DbParameter type exposes the following members.
| Name | Description | |
|---|---|---|
| ParameterName | ||
| Value |
| Name | Description | |
|---|---|---|
| IDataParameterDbType | Gets or sets the DbType of the parameter. | |
| IDataParameterDirection | Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter. | |
| IDataParameterIsNullable | Gets a value indicating whether the parameter accepts null values. | |
| IDbDataParameterPrecision | Indicates the precision of numeric parameters. | |
| IDbDataParameterScale | Indicates the scale of numeric parameters. | |
| IDbDataParameterSize | The size of the parameter. | |
| IDataParameterSourceColumn | ||
| IDataParameterSourceVersion | Gets or sets the DataRowVersion to use when loading Value. |