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

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

    Parameters

    x
    y
    See Also