dotConnect for Oracle Documentation
Devart.Common Namespace / DbDataReaderBase Class / GetDataTypeName Method / GetDataTypeName(String) Method
The name of the column.

In This Topic
GetDataTypeName(String) Method
In This Topic
Gets the name of the source data type.
Syntax
'Declaration
 
Public Overloads Function GetDataTypeName( _
   ByVal name As String _
) As String
 

Parameters

name
The name of the column.

Return Value

The name of the back-end data type.
See Also