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
© 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