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

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

    Parameters

    x
    y
    See Also