Gets the name of the source data type.
[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;
The name of the source data type.
| Exception type | Condition |
|---|---|
| DB2Exception | Invalid conversion. |