GetValue Method (C1DataReaderBase)
In This Topic
Gets the value of the specified column in its native format.
Syntax
'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.
See Also