RelationalQueryableMethodTranslatingExpressionVisitor.TranslateSkip Method

Definition

Translates Skip<TSource>(IQueryable<TSource>, Int32) method over the given source.

C#
protected override Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression TranslateSkip (Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression source, System.Linq.Expressions.Expression count);
C#
protected override Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression? TranslateSkip (Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression source, System.Linq.Expressions.Expression count);

Parameters

source
ShapedQueryExpression

The shaped query on which the operator is applied.

count
Expression

The count supplied in the call.

Returns

The shaped query after translation.

Applies to

Toode Versioonid
Entity Framework Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0