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

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

    Parameters

    x
    y
    See Also