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

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

    Parameters

    x
    y
    See Also