asp.net.ph

IDataRecord.Item Property ( Integer )

System.Data Namespace   IDataRecord Class


Returns the value of a column at the specified index.

Syntax


Object variable = IDataRecord.Item [ index ];
... or ...
Object variable = IDataRecord [ index ];
  C# VB JScript

Parameters

index
The column index.

Property Value

The value of the column.

Exceptions


Exception Type Condition
IndexOutOfRangeException The index passed was outside the range of 0 through FieldCount.

See Also

IDataRecord Members   IDataRecord.Item Overload List Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 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