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


In This Topic
    EndDataChange Method (NDataTable)
    In This Topic
    Ends a batch data change, previously started by a call to BeginDataChange(). If any changes were made to the data table during the batch data change, the provider will notify the observers for a DataChange. The call to the EndDataChange() method, must always be paired with an BeginDataChange() call.
    Syntax
    'Declaration
     
    
    Public Sub EndDataChange() 
    'Usage
     
    
    Dim instance As NDataTable
     
    instance.EndDataChange()
    public void EndDataChange()
    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