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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework