SelectExpression.AddToOrderBy Yöntem

Tanım

Aşırı Yüklemeler

AddToOrderBy(String, IProperty, TableExpressionBase, OrderingDirection)

Bu SelectExpression 'ın SıRASıNA göre bir sütun ekler.

AddToOrderBy(Ordering)

Sıraya göre tek bir ekler Remotion.Linq.Clauses.Ordering .

AddToOrderBy(IEnumerable<Ordering>)

Bu SelectExpression 'ın SıRASıNA göre birden çok ifade ekler.

AddToOrderBy(String, IProperty, TableExpressionBase, OrderingDirection)

Bu SelectExpression 'ın SıRASıNA göre bir sütun ekler.

public virtual Microsoft.EntityFrameworkCore.Query.Expressions.AliasExpression AddToOrderBy (string column, Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase table, Remotion.Linq.Clauses.OrderingDirection orderingDirection);
abstract member AddToOrderBy : string * Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase * Remotion.Linq.Clauses.OrderingDirection -> Microsoft.EntityFrameworkCore.Query.Expressions.AliasExpression
override this.AddToOrderBy : string * Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase * Remotion.Linq.Clauses.OrderingDirection -> Microsoft.EntityFrameworkCore.Query.Expressions.AliasExpression
Public Overridable Function AddToOrderBy (column As String, property As IProperty, table As TableExpressionBase, orderingDirection As OrderingDirection) As AliasExpression

Parametreler

column
String

Sütun adı.

property
IProperty

Karşılık gelen EF özelliği.

table
TableExpressionBase

Hedef tablo.

orderingDirection
Remotion.Linq.Clauses.OrderingDirection

Sıralama yönü.

Döndürülenler

AliasExpression

SıRAYA göre eklenen ifadeye karşılık gelen bir AliasExpression.

Şunlara uygulanır

AddToOrderBy(Ordering)

Sıraya göre tek bir ekler Remotion.Linq.Clauses.Ordering .

public virtual void AddToOrderBy (Remotion.Linq.Clauses.Ordering ordering);
public virtual Remotion.Linq.Clauses.Ordering AddToOrderBy (Remotion.Linq.Clauses.Ordering ordering);
abstract member AddToOrderBy : Remotion.Linq.Clauses.Ordering -> unit
override this.AddToOrderBy : Remotion.Linq.Clauses.Ordering -> unit
abstract member AddToOrderBy : Remotion.Linq.Clauses.Ordering -> Remotion.Linq.Clauses.Ordering
override this.AddToOrderBy : Remotion.Linq.Clauses.Ordering -> Remotion.Linq.Clauses.Ordering
Public Overridable Sub AddToOrderBy (ordering As Ordering)
Public Overridable Function AddToOrderBy (ordering As Ordering) As Ordering

Parametreler

ordering
Remotion.Linq.Clauses.Ordering

Sıralama.

Döndürülenler

Remotion.Linq.Clauses.Ordering

SELECT ifadesine eklenen sıralama.

Şunlara uygulanır

AddToOrderBy(IEnumerable<Ordering>)

Bu SelectExpression 'ın SıRASıNA göre birden çok ifade ekler.

public virtual void AddToOrderBy (System.Collections.Generic.IEnumerable<Remotion.Linq.Clauses.Ordering> orderings);
abstract member AddToOrderBy : seq<Remotion.Linq.Clauses.Ordering> -> unit
override this.AddToOrderBy : seq<Remotion.Linq.Clauses.Ordering> -> unit
Public Overridable Sub AddToOrderBy (orderings As IEnumerable(Of Ordering))

Parametreler

orderings
IEnumerable<Remotion.Linq.Clauses.Ordering>

Sipariş ifadeleri.

Şunlara uygulanır