Public Function GetFieldType( _ ByVal columnIndex As Integer _ ) As Type
Dim instance As BaseReader Dim columnIndex As Integer Dim value As Type value = instance.GetFieldType(columnIndex)
public Type GetFieldType( int columnIndex )
public: Type^ GetFieldType( int columnIndex )
Parameters
- columnIndex
- Index of the column.
Return Value
typeof(string)