aspxtreme

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



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 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 aspxtreme