Provides common Data functions which are common amongst various projects. If you developing an application in .NET chances are very good that you will use the Data constructs in Dot net for working with Data. These are in the System.Data Namespace. The classes inside this namespace encapsulate working with data in various forms.

Classes

  ClassDescription
DataHelper
This class provides common functions which centre around Datasets, DataTables and Data Columns in the System.Data namespace. All the functions are static in nature and are simply indented to be use as helper functions when working with the System.Data namespace. Examples include selecting distinct values, extracting values as a given type or serialising data tables into common CSV formats.
DataRowCollection
DataTableComparer
this class is still work in progress more documentation to follow ...
DataTableComparerResult
RowDiffrences
this class is still work in progress more documentation to follow ...
RowDiffrencesCollection