SnapDAL Library Documentation

DataFactory.SyncDataSet Method 

Synchronize the DataSet with the data store using the data adapter (for completeness only)

public void SyncDataSet(
   DataSet ds,
   IDbDataAdapter da
);

Parameters

ds
The DataSet to sync
da
The Data Adapter to sync with

Implements

IDataLayer.SyncDataSet

See Also

DataFactory Class | SnapDAL Namespace