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

In This Topic
    Greater 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