StatementBuilder.AddOrderBy Methode

Definition

Überlädt

Name Beschreibung
AddOrderBy(String)

zur ORDER BY-Klausel hinzufügen

AddOrderBy(String, String, OrderBy+Direction)

add to ODER BY clause by name if the property apears in the SELECT list if not add it by value

AddOrderBy(String)

zur ORDER BY-Klausel hinzufügen

public void AddOrderBy(string str);
member this.AddOrderBy : string -> unit
Public Sub AddOrderBy (str As String)

Parameter

str
String

Gilt für:

AddOrderBy(String, String, OrderBy+Direction)

add to ODER BY clause by name if the property apears in the SELECT list if not add it by value

public void AddOrderBy(string prop, string orderByValue, Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy.Direction dir);
member this.AddOrderBy : string * string * Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy.Direction -> unit
Public Sub AddOrderBy (prop As String, orderByValue As String, dir As OrderBy.Direction)

Parameter

prop
String
orderByValue
String

Gilt für: