RelationalQueryableMethodTranslatingExpressionVisitor.Translate Method
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.
Translates an expression to an equivalent SQL representation.
public override System.Linq.Expressions.Expression Translate (System.Linq.Expressions.Expression expression);
override this.Translate : System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
Public Overrides Function Translate (expression As Expression) As Expression
Parameters
- expression
- Expression
An expression to translate.
Returns
A SQL translation of the given expression.
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