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

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

    Parameters

    x
    y
    See Also