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

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

    Parameters

    x
    y
    See Also