dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlString Structure / Less Than Operator

In This Topic
    Less Than Operator (SqlString)
    In This Topic
    Syntax
    'Declaration
     
    Public Operator <( _
       ByVal x As SqlString, _
       ByVal y As SqlString _
    ) As SqlBoolean
    public SqlBoolean operator <( 
       SqlString x,
       SqlString y
    )

    Parameters

    x
    y
    See Also