ComponentOne DataObjects for .NET
StorageChangeBegin Method

C1.Data.2 Assembly > C1.Data Namespace > C1DataSet Class : StorageChangeBegin Method
Begins the process of modifying/synchronizing the underlying ADO.NET DataSet.
Syntax
'Declaration
 
Public Sub StorageChangeBegin() 
public void StorageChangeBegin()
Remarks
The process of modifying/synchronizing the underlying ADO.NET DataSet, see Working with ADO.NET Dataset, consists of two stages:

First stage (between StorageChangeBegin and StorageChanged) is for modifying the ADO.NET data set C1DataSet.StorageDataSet by any means available in ADO.NET. Simple tables are filled with rows or modified at this stage.

Second stage (between StorageChanged and StorageChangeEnd) is for synchronizing the C1DataSet with changed underlying data. Table views are filled with rows on this stage, using the SetTableViewRows method.

See Also

Reference

C1DataSet Class
C1DataSet Members