Gets the value of the specified column as an instance of
System.Object.
'Declaration
Public Overloads Overridable ReadOnly Property Item( _
ByVal As Integer _
) As Object
public virtual object Item(
int
) {get;}
Parameters
- ordinal
- The zero-based column ordinal.
Property Value
The value of the specified column.