[]
Indicates that massive changes are being made in code, until EndUpdate(DataSet), to data tables in this DataSet.
public static void BeginUpdate(this DataSet dataSet)
Type | Name | Description |
---|---|---|
DataSet | dataSet | The DataSet to start massive changes for. |
This extension method calls BeginUpdate() for all data tables of this DataSet.