バージョン

SortableRecordsCollection コンストラクタ(DataSourceAdapter,String)

コレクションを構築し、そのオーナー データ アダプタ参照を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal adapter As DataSourceAdapter, _
   ByVal sortExpression As String _
)
public SortableRecordsCollection( 
   DataSourceAdapter adapter,
   string sortExpression
)

パラメータ

adapter
そのコレクションを所有する DataSourceAdapter オブジェクトへの参照。
sortExpression
DataSource のソート式に設定される文字列です。
参照