ComponentOne Data Source for Entity Framework
C1.LiveLinq.AdoNet Namespace / AdoNetExtensions Class / BeginUpdate Method
The System.Data.DataSet to start massive changes for.

In This Topic
    BeginUpdate Method (AdoNetExtensions)
    In This Topic
    Indicates that massive changes are being made in code, until EndUpdate, to data tables in this System.Data.DataSet.
    Syntax
    'Declaration
     
    
    Public Shared Sub BeginUpdate( _
       ByVal dataSet As System.Data.DataSet _
    ) 
    public static void BeginUpdate( 
       System.Data.DataSet dataSet
    )

    Parameters

    dataSet
    The System.Data.DataSet to start massive changes for.
    Remarks
    This extension method calls BeginUpdate for all data tables of this System.Data.DataSet.
    See Also