The properties of the ADOParameter class are listed below. For a complete list of ADOParameter class members, see the ADOParameter Members topic.
DataType | Gets or sets the Type of the parameter. |
DBType | Gets or sets the native data type. |
Direction | Gets or sets whether the parameter is input-only, output-only, or bidirectional. |
IsNullable | Gets or sets whether the parameter accepts nulls. |
ParameterName | Gets or sets the name of the ADOParameter. |
Parent | Gets the reference to the ADOParameters 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. |