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

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

    Parameters

    x
    y
    See Also