OrderBy クラス

定義

order by 句について説明します

[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public class OrderBy
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type OrderBy = class
Public Class OrderBy
継承
OrderBy
属性

コンストラクター

名前 説明
OrderBy()

デフォルト構造体

OrderBy(String, OrderBy+Direction)

order by 句を初期化する

プロパティ

名前 説明
Dir

並べ替えの方向

Field

並べ替えのフィールド

適用対象