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

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

    Parameters

    x
    y
    See Also