PickDPParameter Class

Represents a parameter to a System.Data.PickDP.PickDPCommand, and optionally, its mapping to System.Data.DataSet columns. This class cannot be inherited.  

Public Constructors

New

Constructor.

Public Methods

Dispose

Releases all resources associated with the instance.

Public Properties

Name

Type

Description

DbType

System.Data.DbType

Gets or sets the System.Data.DbType of the parameter.  

Direction

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.  

IsNullable

Boolean

Gets a value indicating whether the parameter accepts null values.  

ParameterName

String

Gets or sets the name of the System.Data.PickDP.PickDPParameter.

SourceColumn

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.

SourceVersion

System.Data.DataRowVersion

Gets or sets the System.Data.DataRowVersion to use when loading System.Data.PickDP.PickDPParameter.Value.  

Value

Object

Gets or sets the value of the parameter.  

 

 

Portions Copyright Microsoft© Corporation