Freigeben über


RowNumberExpression Konstruktor

Definition

Erstellt eine neue Instanz der RowNumberExpression-Klasse.

public RowNumberExpression (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression> partitions, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.OrderingExpression> orderings, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping typeMapping);
public RowNumberExpression (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression>? partitions, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.OrderingExpression> orderings, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? typeMapping);
new Microsoft.EntityFrameworkCore.Query.SqlExpressions.RowNumberExpression : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression> * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.OrderingExpression> * Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.RowNumberExpression
Public Sub New (partitions As IReadOnlyList(Of SqlExpression), orderings As IReadOnlyList(Of OrderingExpression), typeMapping As RelationalTypeMapping)

Parameter

partitions
IReadOnlyList<SqlExpression>

Eine Listenausdrücke, nach der partitioniert werden soll.

orderings
IReadOnlyList<OrderingExpression>

Eine Liste von Reihenfolgeausdrücken, nach der sortiert werden soll.

typeMapping
RelationalTypeMapping

Die RelationalTypeMapping dem Ausdruck zugeordnete.

Gilt für: