QueryableMethodTranslatingExpressionVisitor.Translate(Expression) 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 virtual System.Linq.Expressions.Expression Translate (System.Linq.Expressions.Expression expression);
abstract member Translate : System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
override this.Translate : System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
Public Overridable Function Translate (expression As Expression) As Expression
Parameters
- expression
- Expression
An expression to translate.
Returns
A SQL translation of the given expression.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Entity Framework