QueryBuilder.SortByNullableDescending<'T,'Q,'Key> メソッド (F#)

これまでに null 許容型並べ替えキーで降順に選択された要素を並べ替えるクエリ演算子。

Namespace/Module Path: Microsoft.FSharp.Linq

アセンブリ: FSharp.Core (FSharp.Core.dll)

// Signature:
member this.SortByNullableDescending : 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.SortByNullableDescending (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、ポータブル

参照

関連項目

Linq.QueryBuilder クラス (F#)

Microsoft.FSharp.Linq 名前空間 (F#)

hh225374(v=vs.110).md