PickDPDataSet Component

Represents an in-memory cache of data. There are two types of datasets:

Public Constructors

New

Constructor.

Public Properties

Name

Type

Description

DataAdapters

System.Data.PickDP.PickDPDataAdapterCollection

Collection of PickDP DataAdapters used to fill the dataset.

PickDPRelations

System.Data.DataRelationCollection

Get the collection of relations that link Pick tables and allow navigation from parent tables to child tables.   

Xml

String

XML that defines the schema of the dataset (XSD).

 

 

Portions Copyright Microsoft© Corporation