CachedResultsetDataReaderGetDataTypeName Method  | 
 
            Gets name of the data type of the specified column.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic override string GetDataTypeName(
	int ordinal
)
Public Overrides Function GetDataTypeName ( 
	ordinal As Integer
) As String
Parameters
- ordinal
 - Type: SystemInt32
The zero-based column ordinal. 
Return Value
Type: 
String
            A string representing the name of the data type.
            
Implements
IDataRecordGetDataTypeName(Int32)
Exceptions
See Also