Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NFilteringRule Class / nEdh Method


In This Topic
    nEdh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function nEdh( _
       ByVal OEdh As NGrid, _
       ByVal pEdh As NDataSource _
    ) As INDataRowFilter
    'Usage
     
    
    Dim instance As NFilteringRule
    Dim OEdh As NGrid
    Dim pEdh As NDataSource
    Dim value As INDataRowFilter
     
    value = instance.nEdh(OEdh, pEdh)

    Parameters

    OEdh
    pEdh
    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