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

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

    Parameters

    x
    y
    See Also