Represents a parameter to a System.Data.PickDP.PickDPCommand, and optionally, its mapping to System.Data.DataSet columns. This class cannot be inherited.
|
Constructor. |
|
Releases all resources associated with the instance. |
|
Name |
Type |
Description |
|
System.Data.DbType |
Gets or sets the System.Data.DbType of the parameter. | |
|
System.Data.ParameterDirection |
Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter. | |
|
Boolean |
Gets a value indicating whether the parameter accepts null values. | |
|
String |
Gets or sets the name of the System.Data.PickDP.PickDPParameter. | |
|
String |
Gets or sets the name of the source column that is mapped to the System.Data.DataSet and used for loading or returning the System.Data.PickDP.PickDPParameter.Value. | |
|
System.Data.DataRowVersion |
Gets or sets the System.Data.DataRowVersion to use when loading System.Data.PickDP.PickDPParameter.Value. | |
|
Object |
Gets or sets the value of the parameter. |