asp.net.ph

DataView.Item Property

System.Data Namespace   DataView Class


Returns a row of data from a specified table.

Syntax


Object variable = DataView.Item [ rowIndex ];
... or ...
Object variable = DataView [ rowIndex ];
  C# VB JScript

Parameters

rowIndex
The index of a record in the DataTable.

Property Value

A DataRowView of the specified DataRow.

See Also

DataView Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph