This document is archived and information here might be outdated.  Recommended version.


IGPSAGeoDataDomain.SelectFields Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPSAGeoDataDomain.SelectFields Method

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.

See Also

IGPSAGeoDataDomain Interface