[]
        
(Showing Draft Content)

C1.LiveLinq.AdoNet.AdoNetExtensions.EndUpdate

EndUpdate Method

EndUpdate(DataSet)

Indicates the end of massive changes to data tables in this DataSet started with BeginUpdate(DataSet).

Declaration
public static void EndUpdate(this DataSet dataSet)
Parameters
Type Name Description
DataSet dataSet

The DataSet where massive changes have ended.

Remarks

This extension method calls EndUpdate() for all data tables of this DataSet.