A class for using with TCustomMyDataSet components and as data source for retrieving and saving data.
The MyDataAdapter class is designed for using with TCustomMyDataSet components and as data source for retrieving and saving data. MyDataAdapter provides this bridge by mapping DADataAdapter.Fill, which changes the data in the System.Data.DataSet to match the data in the data source, and DADataAdapter.Update, which changes the data in the data source to match the data in the System.Data.DataSet.