dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlString Structure / CompareTo Method / CompareTo(SqlString) Method

In This Topic
    CompareTo(SqlString) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function CompareTo( _
       ByVal value As SqlString _
    ) As Integer
    public int CompareTo( 
       SqlString value
    )

    Parameters

    value
    See Also