Selects Fields in a DETable.
[Visual Basic .NET] Public Function SelectFields ( _ ByVal pDETable As IDETable _ ) As IArray
[C#] public IArray SelectFields ( IDETable pDETable );
[C++]
HRESULT SelectFields(
IDETable* pDETable,
IArray** ppFields
);
[C++]Parameters
pDETable [in]pDETable is a parameter of type IDETable
ppFields [out, retval]ppFields is a parameter of type IArray
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.