The properties of the SQLParameter class are listed below. For a complete list of SQLParameter class members, see the SQLParameter Members topic.
DatabaseType | Gets or sets the native data type. |
DataType | Gets or sets the Type of the parameter. |
Direction | Gets or sets whether the parameter is input-only, output-only, or bidirectional. |
IsNullable | Gets or sets whether the parameter accepts nulls. |
Offset | Gets or sets the offset to the Value. |
ParameterName | Gets or sets the name of the SQLParameter. |
Parent | Gets the reference to the SQLParameters collection that is the parent of this instance. |
Precision | Gets or sets the maximum number of digits used to represent the Value. |
Scale | Gets or sets the number of decimal places to which Value is resolved. |
Size | Gets or sets the maximum size of the field. |
SourceColumn | Gets or sets the name of the source column 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. |