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

Namespace:  C1.LiveLinq.AdoNet
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public static void EndUpdate(
	this DataSet dataSet
)
Visual Basic
<ExtensionAttribute> _
Public Shared Sub EndUpdate ( _
	dataSet As DataSet _
)

Parameters

dataSet
Type: System.Data..::..DataSet
The DataSet where massive changes have ended.

Remarks

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

See Also