Freigeben über


QueryableMethodTranslatingExpressionVisitor.TranslateInlineQueryRoot Method

Definition

Translates an InlineQueryRootExpression, which represents a queryable collection expressed inline within the query.

protected virtual Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression? TranslateInlineQueryRoot (Microsoft.EntityFrameworkCore.Query.InlineQueryRootExpression inlineQueryRootExpression);
abstract member TranslateInlineQueryRoot : Microsoft.EntityFrameworkCore.Query.InlineQueryRootExpression -> Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression
override this.TranslateInlineQueryRoot : Microsoft.EntityFrameworkCore.Query.InlineQueryRootExpression -> Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression
Protected Overridable Function TranslateInlineQueryRoot (inlineQueryRootExpression As InlineQueryRootExpression) As ShapedQueryExpression

Parameters

inlineQueryRootExpression
InlineQueryRootExpression

The inline query root expression to be translated.

Returns

The shaped query after translation.

Applies to