GetDataTypeName Method (C1DataReader)
In This Topic
Gets a string representing the data type of the specified column.
Syntax
'Declaration
Public Overridable Function GetDataTypeName( _
ByVal As Integer _
) As String
public virtual string GetDataTypeName(
int
)
Parameters
- ordinal
- The zero-based ordinal position of the column to find.
Return Value
The string representing the data type of the specified column.
See Also