This document is archived and information here might be outdated. Recommended version. |
Adds the data type as a column to the value table.
[Visual Basic .NET] Public Sub AddDataType ( _ ByVal pDataType As IGPDataType _ )
[C#] public void AddDataType ( IGPDataType pDataType );
[C++]
HRESULT AddDataType(
IGPDataType* pDataType
);
[C++] Parameters pDataType [in]
pDataType is a parameter of type IGPDataType*