Dela via


QuerySqlGenerator.GenerateLimitOffset(SelectExpression) Method

Definition

Generates a LIMIT...OFFSET... construct in the relational command

protected virtual void GenerateLimitOffset (Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression selectExpression);
abstract member GenerateLimitOffset : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression -> unit
override this.GenerateLimitOffset : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression -> unit
Protected Overridable Sub GenerateLimitOffset (selectExpression As SelectExpression)

Parameters

selectExpression
SelectExpression

A select expression to use.

Applies to