Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDocument Class / rxdb Method


In This Topic
    rxdb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub rxdb( _
       ByVal Sxdb As ASdb, _
       ByVal txdb As NElement, _
       ByVal Uxdb As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NDocument
    Dim Sxdb As ASdb
    Dim txdb As NElement
    Dim Uxdb As System.Object
     
    instance.rxdb(Sxdb, txdb, Uxdb)
    internal void rxdb( 
       ASdb Sxdb,
       NElement txdb,
       System.object Uxdb
    )

    Parameters

    Sxdb
    txdb
    Uxdb
    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