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

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

    Parameters

    x
    y
    See Also