Nevron Open Vision Documentation
Nevron.Nov.Data.DBModel Namespace / NDatabaseBuilder Class / frp Method


In This Topic
    frp Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function frp( _
       ByVal Grp As System.String _
    ) As NTableBase
    'Usage
     
    
    Dim instance As NDatabaseBuilder
    Dim Grp As System.String
    Dim value As NTableBase
     
    value = instance.frp(Grp)
    internal NTableBase frp( 
       System.string Grp
    )

    Parameters

    Grp
    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