QueryBuilder.SortByNullable<'T,'Q,'Key> 方法 (F#)
查詢運算子,會以遞增順序排序目前選取項目 (指定的可為 null 的排序索引鍵指定)。
Namespace/Module Path:Microsoft.FSharp.Linq
組件:FSharp.Core (在 FSharp.Core.dll 中)
// Signature:
member this.SortByNullable : QuerySource<'T,'Q> * ('T -> Nullable<'Key>) -> QuerySource<'T,'Q> when 'Key : (IComparable) and 'Key : (new : unit -> 'Key) and 'Key : struct and 'Key :> ValueType
// Usage:
queryBuilder.SortByNullable (source, keySelector)
參數
source
型別: QuerySource<'T,'Q>輸入查詢。
keySelector
型別:" T " - > Nullable<T><'Key>指定資料行排序中使用。
傳回值
已排序的查詢。
備註
如需詳細資訊和範例,請參閱 查詢運算式 (F#)。
平台
Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2
版本資訊
F# 核心程式庫版本
支援版本:4.0,可攜式執行檔 (PE)。