StringCompareExpression Class

Definition

Represents a SQL string comparison expression.

public class StringCompareExpression : System.Linq.Expressions.Expression
type StringCompareExpression = class
    inherit Expression
Public Class StringCompareExpression
Inherits Expression
Inheritance
StringCompareExpression

Constructors

StringCompareExpression(ExpressionType, Expression, Expression)

Initializes a new instance of the Microsoft.EntityFrameworkCore.Query.Expressions.StringCompareExpression class.

Properties

Left

Gets the left operand.

NodeType

Returns the node type of this Expression. (Inherited from Expression.)

Operator

Gets the comparison operator.

Right

Gets the right operand.

Type

Gets the static type of the expression that this Expression represents. (Inherited from Expression.)

Methods

Accept(ExpressionVisitor)

Dispatches to the specific visit method for this node type.

Equals(Object)

Tests if this object is considered equal to another.

GetHashCode()

Returns a hash code for this object.

VisitChildren(ExpressionVisitor)

Reduces the node and then calls the Visit(Expression) method passing the reduced expression. Throws an exception if the node isn't reducible.

Applies to