Indicates that massive changes are being made in code,
until EndUpdate(DataSet), to data tables in this DataSet.
Namespace:
C1.LiveLinq.AdoNetAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
C# |
---|
public static void BeginUpdate( this DataSet dataSet ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Sub BeginUpdate ( _ dataSet As DataSet _ ) |
Parameters
- dataSet
- Type: System.Data..::..DataSet
The DataSet to start massive changes for.
Remarks
This extension method calls BeginUpdate()()()() for all data tables of this DataSet.