QueryableMethodTranslatingExpressionVisitor.TranslateReverse Method

Definition

Translates Reverse<TSource>(IQueryable<TSource>) method over the given source.

C#
protected abstract Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression TranslateReverse (Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression source);
C#
protected abstract Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression? TranslateReverse (Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression source);

Parameters

source
ShapedQueryExpression

The shaped query on which the operator is applied.

Returns

The shaped query after translation.

Applies to

Product Versions
Entity Framework Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0