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

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

    Parameters

    x
    y
    See Also