CHAPTER 22 ADO.NET PART II: THE DISCONNECTED LAYER
private InventoryDataTable tableInventory;
// Each constructor calls a helper method named InitClass().
public InventoryDataSet()
{
...
this.InitClass();
...
}
// InitClass() preps the DataSet and adds the InventoryDataTable
// to the Tabl W26