GetValue Method (C1DataReader)
Gets the value of the specified column as an instance of
System.Object.
'Declaration
Public Overrides Function GetValue( _
ByVal As Integer _
) As Object
public override object GetValue(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the specified column.