DB2®Record.GetDataTypeName Method

Gets the name of the source data type.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public Function GetDataTypeName( _
   ByVal i As Integer _
) As String
[C#]
public string GetDataTypeName(
   int i
);
[C++]
public: String* GetDataTypeName(
   int i
);
[JScript]
public function GetDataTypeName(
   i : int
) : String;

Parameters

i
The zero-based column ordinal.

Return value

The name of the source data type.

Exceptions

Exception type Condition
DB2Exception Invalid conversion.