DataView.Item[Int32] プロパティ

定義

指定したテーブルからデータの行を取得します。

public:
 property System::Data::DataRowView ^ default[int] { System::Data::DataRowView ^ get(int recordIndex); };
public System.Data.DataRowView this[int recordIndex] { get; }
member this.Item(int) : System.Data.DataRowView
Default Public ReadOnly Property Item(recordIndex As Integer) As DataRowView

パラメーター

recordIndex
Int32

DataTable 内のレコードのインデックス。

プロパティ値

DataRowView

目的の行の DataRowView

適用対象

こちらもご覧ください