Dela via


QuerySqlGenerator.GenerateTop(SelectExpression) Method

Definition

Generates a TOP construct in the relational command

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

Parameters

selectExpression
SelectExpression

A select expression to use.

Applies to