Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / NDataTableFieldIndex Class / GetRecordsForValue Method


In This Topic
    GetRecordsForValue Method
    In This Topic
    Gets the records that match the specified value.
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetRecordsForValue( _
       ByVal value As System.Object _
    ) As NRecordset
    'Usage
     
    
    Dim instance As NDataTableFieldIndex
    Dim value As System.Object
    Dim value As NRecordset
     
    value = instance.GetRecordsForValue(value)
    public abstract NRecordset GetRecordsForValue( 
       System.object value
    )

    Parameters

    value
    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