For a list of all members of this type, see DataParameterSurrogate members.
| Name | Description | |
|---|---|---|
![]() | DbType | Database-independent data type. |
![]() | Direction | Indicates what direction(s) the parameter transfers information. |
![]() | IsNullable | Indicates if the parameter can send or receive DBNull values. |
![]() | ParameterName | Name of the data provider parameter. |
![]() | Precision | Precision of decimal parameter data types. |
![]() | Scale | Scale of decimal parameter data types. |
![]() | Size | Size of the underlying data column (in bytes). |
![]() | SourceColumn | Column name of a source column in a DataSet binding situation. |
![]() | SourceVersion | Row version. |
![]() | Value | Currently bound value to this data parameter. |