IDataParameter Properties
.NET Framework (current version)
Namespace:
System.Data
Assembly: System.Data (in System.Data.dll)
| 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 | |
![]() | SourceVersion | Gets or sets the DataRowVersion to use when loading Value. |
![]() | Value | Gets or sets the value of the parameter. |
Show:
