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
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note