DataRecordSetCollection

DataRecordSetCollection class

DataRecordSet コレクション.

public class DataRecordSetCollection : Collection

プロパティ

名前 説明
ActiveRecordsetId { get; set; } ActiveRecordsetID
Count { get; } コレクションに実際に含まれる要素の数を取得します。
Item { get; } 指定されたインデックスの要素を取得します。
NextId { get; set; } 次の ID

メソッド

名前 説明
Add(DataRecordSet) コレクションに dataRecordSet を追加します。
Clear() コレクションからすべての要素を削除します。
GetEnumerator() 非ジェネリック コレクションに対する単純な反復をサポートします。
IsExist(int) コレクションに存在するアイテムです。
Remove(DataRecordSet) コレクションから dataRecordSet を削除します。

関連項目