dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleJson Structure / GreaterThan Method
The first OracleJson.
The second OracleJson.

In This Topic
    GreaterThan Method (OracleJson)
    In This Topic
    Determines whether the first of two OracleJson values is greater than the second.
    Syntax
    'Declaration
     
    Public Shared Function GreaterThan( _
       ByVal value1 As OracleJson, _
       ByVal value2 As OracleJson _
    ) As Boolean
    public static bool GreaterThan( 
       OracleJson value1,
       OracleJson value2
    )

    Parameters

    value1
    The first OracleJson.
    value2
    The second OracleJson.

    Return Value

    true if the first of two OracleJson values is greater than the second; otherwise, false.
    See Also