DekGenius.com
Team LiB
Previous Section Next Section

DataTableCollection

As mentioned earlier, a DataSet is a container of data. Its data are organized inside objects of type DataTable. The DataTableCollection property of the DataSet is simply an optimized ICollection component that acts as a container of DataTable objects within the DataSet.

The advantages of maintaining a collection of DataTable objects are as follows:

This component is very complex and easily manageable. A developer does not have to use this component property directly because the operations of adding and deleting DataTable objects are done entirely by the DataSet component.

Team LiB
Previous Section Next Section