QueryBuilder.ThenByNullable<'T,'Q,'Key> メソッド (F#)
これまでに null 許容型並べ替えキーで昇順に選択された要素の後続の配置を実行するクエリ演算子。この演算子は sortByの直後に、sortByDescending、thenBy または thenByDescending、または null 許容バリアントのみ使用できる場合があります。
Namespace/Module Path: Microsoft.FSharp.Linq
アセンブリ: FSharp.Core (FSharp.Core.dll)
// Signature:
member this.ThenByNullable : 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.ThenByNullable (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、ポータブル