dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlInt64 Structure / GreaterThan Method

In This Topic
    GreaterThan Method (SqlInt64)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GreaterThan( _
       ByVal x As SqlInt64, _
       ByVal y As SqlInt64 _
    ) As SqlBoolean
    public static SqlBoolean GreaterThan( 
       SqlInt64 x,
       SqlInt64 y
    )

    Parameters

    x
    y
    See Also