System.Data Namespace DataView Class
Returns a row of data from a specified table.
Object variable = DataView.Item [ rowIndex ]; ... or ... Object variable = DataView [ rowIndex ];
dim variable as Object = DataView.Item ( rowIndex ) ... or ... dim variable as Object = DataView ( rowIndex )
variable : Object = DataView.Item ( rowIndex ); ... or ... variable : Object = DataView ( rowIndex );
A DataRowView of the specified DataRow.
DataView Members
© 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