[]
Indicates the end of massive changes to data tables in this DataSet started with BeginUpdate(DataSet).
public static void EndUpdate(this DataSet dataSet)
Type | Name | Description |
---|---|---|
DataSet | dataSet | The DataSet where massive changes have ended. |
This extension method calls EndUpdate() for all data tables of this DataSet.