System.Data Namespace IDataRecord Class
Returns the value of a column at the specified index.
Object variable = IDataRecord.Item [ index ]; ... or ... Object variable = IDataRecord [ index ];
dim variable as Object = IDataRecord.Item ( index ) ... or ... dim variable as Object = IDataRecord ( index )
variable : Object = IDataRecord.Item ( index ); ... or ... variable : Object = IDataRecord ( index );
The value of the column.
IDataRecord Members IDataRecord.Item Overload List
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