GetString Method (C1DataReaderBase)
In This Topic
Gets the value of the specified column as a string.
Syntax
'Declaration
Public Overrides Function GetString( _
ByVal As Integer _
) As String
public override string GetString(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the specified column.
See Also