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. |
ParameterName | Gets or sets the name of the ADOParameter. |
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. |