C1.AdoNet.GoogleAnalytics Assembly / C1.DataConnector.AdoNet Namespace / C1DataReader Class / GetValue Method
The zero-based column ordinal.

In This Topic
GetValue Method (C1DataReader)
In This Topic
Gets the value of the specified column as an instance of System.Object.
Syntax
'Declaration
 
Public Overrides Function GetValue( _
   ByVal ordinal As Integer _
) As Object
 

Parameters

ordinal
The zero-based column ordinal.

Return Value

The value of the specified column.
See Also