| Name | Description | |
|---|---|---|
|  | DbType | (Inherited from System.Data.Common.DbParameter) | 
|  | Direction | Overridden. Gets or sets a value indicating whether the parameter is input-only, output-only, or bidirectional parameter. | 
|  | IsNullable | Overridden. Gets or sets a value indicating whether the parameter accepts null values. | 
|  | ParameterName | Overridden. Gets or sets the name of the DbParameterBase. | 
|  | Size | Overridden. Gets or sets the maximum size, in bytes, of the data within the column. | 
|  | SourceColumn | Overridden. Gets or sets the name of the source column mapped to the System.Data.DataSet and used for loading or returning the Value. For internal use. | 
|  | SourceColumnNullMapping | Overridden. Sets or gets a value which indicates whether the source column is nullable. | 
|  | SourceVersion | Overridden. Gets or sets the System.Data.DataRowVersion to use when loading Value. | 
|  | Value | Overridden. Gets or sets the value of the parameter. | 
