IDataParameter Properties
.NET Framework 4.5
The IDataParameter type exposes the following members.
| Name | Description | |
|---|---|---|
|
DbType | Gets or sets the DbType of the parameter. |
|
Direction | Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter. |
|
IsNullable | Gets a value indicating whether the parameter accepts null values. |
|
ParameterName | Gets or sets the name of the IDataParameter. |
|
SourceColumn | Gets or sets the name of the source column that is mapped to the DataSet and used for loading or returning the Value. |
|
SourceVersion | Gets or sets the DataRowVersion to use when loading Value. |
|
Value | Gets or sets the value of the parameter. |