Version

DataParameterSurrogate Class Properties

For a list of all members of this type, see DataParameterSurrogate members.

Public Properties
 NameDescription
Public PropertyDbTypeDatabase-independent data type.  
Public PropertyDirectionIndicates what direction(s) the parameter transfers information.  
Public PropertyIsNullableIndicates if the parameter can send or receive DBNull values.  
Public PropertyParameterNameName of the data provider parameter.  
Public PropertyPrecisionPrecision of decimal parameter data types.  
Public PropertyScaleScale of decimal parameter data types.  
Public PropertySizeSize of the underlying data column (in bytes).  
Public PropertySourceColumnColumn name of a source column in a DataSet binding situation.  
Public PropertySourceVersionRow version.  
Public PropertyValueCurrently bound value to this data parameter.  
See Also