ICompositeMethodCallTranslator.Translate(MethodCallExpression, IModel) 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 the given method call expression.
public System.Linq.Expressions.Expression Translate (System.Linq.Expressions.MethodCallExpression methodCallExpression, Microsoft.EntityFrameworkCore.Metadata.IModel model);
abstract member Translate : System.Linq.Expressions.MethodCallExpression * Microsoft.EntityFrameworkCore.Metadata.IModel -> System.Linq.Expressions.Expression
Public Function Translate (methodCallExpression As MethodCallExpression, model As IModel) As Expression
Parameters
- methodCallExpression
- MethodCallExpression
The method call expression.
- model
- IModel
The current model.
Returns
A SQL expression representing the translated MethodCallExpression.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework