DefaultQuerySqlGenerator.TryGenerateBinaryOperator Method
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.
Caution
Override GenerateOperator method instead.
Attempts to generate binary operator for a given expression type.
protected virtual bool TryGenerateBinaryOperator (System.Linq.Expressions.ExpressionType op, out string result);
[System.Obsolete("Override GenerateOperator method instead.")]
protected virtual bool TryGenerateBinaryOperator (System.Linq.Expressions.ExpressionType op, out string result);
abstract member TryGenerateBinaryOperator : System.Linq.Expressions.ExpressionType * string -> bool
override this.TryGenerateBinaryOperator : System.Linq.Expressions.ExpressionType * string -> bool
[<System.Obsolete("Override GenerateOperator method instead.")>]
abstract member TryGenerateBinaryOperator : System.Linq.Expressions.ExpressionType * string -> bool
override this.TryGenerateBinaryOperator : System.Linq.Expressions.ExpressionType * string -> bool
Protected Overridable Function TryGenerateBinaryOperator (op As ExpressionType, ByRef result As String) As Boolean
The operation.
- result
- String
[out] The SQL binary operator.
true if it succeeds, false if it fails.
- Attributes
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 feedback
Entity Framework is an open source project. Select a link to provide feedback: