StringCompareExpression(ExpressionType, Expression, Expression) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Microsoft.EntityFrameworkCore.Query.Expressions.StringCompareExpression class.
public StringCompareExpression (System.Linq.Expressions.ExpressionType op, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right);
new Microsoft.EntityFrameworkCore.Query.Expressions.StringCompareExpression : System.Linq.Expressions.ExpressionType * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> Microsoft.EntityFrameworkCore.Query.Expressions.StringCompareExpression
Public Sub New (op As ExpressionType, left As Expression, right As Expression)
Parameters
The comparison operation.
- left
- Expression
The left operand.
- right
- Expression
The right operand.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework