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