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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.