DataView::Item Property (Int32)
.NET Framework (current version)
Gets a row of data from a specified table.
Assembly: System.Data (in System.Data.dll)
public: property DataRowView^ default[ int recordIndex ] { DataRowView^ get(int recordIndex); }
Parameters
- recordIndex
-
Type:
System::Int32
The index of a record in the DataTable.
.NET Framework
Available since 1.1
Available since 1.1
Show: