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

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

    Parameters

    x
    y
    See Also