Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / CQKI Class / Kj Method


In This Topic
    Kj Method (CQKI)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function Kj( _
       ByVal EQKI As ENDbConnectionType, _
       ByVal fQKI As System.String _
    ) As NDbConnection
    'Usage
     
    
    Dim instance As CQKI
    Dim EQKI As ENDbConnectionType
    Dim fQKI As System.String
    Dim value As NDbConnection
     
    value = instance.Kj(EQKI, fQKI)
    public override NDbConnection Kj( 
       ENDbConnectionType EQKI,
       System.string fQKI
    )

    Parameters

    EQKI
    fQKI
    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