ABSTRACT

The DataSet models a relationship view of the data, including tables, their relationships and extended properties. New instances of a dataset are created with the constructor: DataSet ContactDataSet = new DataSet(“ContactDS”);

where the argument is the dataset’s name. An alternate constructor provides for creating a dataset without a name that can be assigned using the DataSet’s

DataNameProperty

.