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

In This Topic
    Less Than or Equal 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