バージョン

FieldSortDescription コンストラクタ(String,ListSortDirection,Boolean)

FieldSortDescription クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal fieldName As String, _
   ByVal direction As ListSortDirection, _
   ByVal isGroupBy As Boolean _
)
public FieldSortDescription( 
   string fieldName,
   ListSortDirection direction,
   bool isGroupBy
)

パラメータ

fieldName
並べ替えられるフィールド。
direction
ソートの方向:
isGroupBy
このフィールドでレコードをグループ化するかどうか
参照