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你想要的那一排。

適用於

另請參閱