IDbDataParameter Properties
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | DbType | Gets or sets the DbType of the parameter.(Inherited from IDataParameter.) |
![]() | Direction | Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.(Inherited from IDataParameter.) |
![]() | IsNullable | Gets a value indicating whether the parameter accepts null values.(Inherited from IDataParameter.) |
![]() | ParameterName | Gets or sets the name of the IDataParameter.(Inherited from IDataParameter.) |
![]() | Precision | Indicates the precision of numeric parameters. |
![]() | Scale | Indicates the scale of numeric parameters. |
![]() | Size | The size of the parameter. |
![]() | SourceColumn | Gets or sets the name of the source column that is mapped to the DataSet and used for loading or returning the Value.(Inherited from IDataParameter.) |
![]() | SourceVersion | Gets or sets the DataRowVersion to use when loading Value.(Inherited from IDataParameter.) |
![]() | Value | Gets or sets the value of the parameter.(Inherited from IDataParameter.) |
