Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / NDataTable Class / BeginDataChange Method


In This Topic
    BeginDataChange Method (NDataTable)
    In This Topic
    Begins a batch data change. During such a change the data provider will not notify observers about changes. The call to the BeginDataChange() method, must always be paired with an EndDataChange() call.
    Syntax
    'Declaration
     
    
    Public Sub BeginDataChange() 
    'Usage
     
    
    Dim instance As NDataTable
     
    instance.BeginDataChange()
    public void BeginDataChange()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also