The System.Data.PickDP ADO.NET library contains the Pick Data Provider components that automate the movement of data between the application and the back-end database. These components can work with any .NET visual control in a manner consistent with ADO.NET standards.
The System.Data.PickDP ADO.NET library makes use of the RDTA.PickDP.Connector library to present Pick data using ADO.NET standard classes such as the Connection, Command, DataReader, DataAdapter, and DataSet. Those experienced with any industry standard ADO.NET provider and .NET databinding find this library very familiar.
The System.Data.PickDP ADO.NET library supports typed and untyped datasets. For a discussion of these, see Dataset Types.
|
Provides a means of reading a forward-only stream of rows from a Pick Server database. This class cannot be inherited. | |
|
Represents a parameter to a System.Data.PickDP.PickDPCommand, and optionally, its mapping to System.Data.PickDP.PickDPDataSet columns. This class cannot be inherited. |
|
Represents a Pick statement or stored procedure to execute against a Pick Server database. This class cannot be inherited. | |
|
Represents an open connection to a Pick Server database. This class cannot be inherited. | |
|
Represents a set of data commands and a database connection that are used to fill the System.Data.PickDP.PickDPDataSet and update a Pick Server database. This class cannot be inherited. | |
|
Represents an in-memory cache of data. |


The System.Data.PickDP library comprises these classes and components:
|
Represents a Pick statement or stored procedure to execute against a Pick Server database. This class cannot be inherited. | |
|
Represents an open connection to a Pick Server database. This class cannot be inherited. | |
|
Represents a set of data commands and a database connection that are used to fill the System.Data.PickDP.PickDPDataSet and update a Pick Server database. This class cannot be inherited. | |
|
For internal use only. | |
|
Provides a means of reading a forward-only stream of rows from a Pick Server database. This class cannot be inherited. | |
|
Represents an in-memory cache of data. | |
|
Represents the exception that is thrown when incorrectly attempting to connect to the Pick database. | |
|
Represents a parameter to a System.Data.PickDP.PickDPCommand, and optionally, its mapping to System.Data.PickDP.PickDPDataSet columns. This class cannot be inherited. | |
|
Represents a collection of parameters relevant to a System.Data.PickDP.PickDPCommand as well as their respective mappings to columns in a System.Data.PickDP.PickDPDataSet. This class cannot be inherited. | |
|
Provides data for the System.Data.PickDP.PickDPDataAdapter.RowUpdated event. This class cannot be inherited. | |
|
Represents the method that handles the System.Data.PickDP.PickDPDataAdapter.RowUpdated event of a System.Data.PickDP.PickDPDataAdapter. | |
|
Provides data for the System.Data.PickDP.PickDPDataAdapter.RowUpdating event. This class cannot be inherited. | |
|
Represents the method that handles the System.Data.PickDP.PickDPDataAdapter.RowUpdating event of a System.Data.PickDP.PickDPDataAdapter. | |
|
Represents a Pick transaction to be made in a Pick Server database. This class cannot be inherited. |