This document is archived and information here might be outdated. Recommended version. |
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
);
[C++]
Parameters pDETable [in]
pDETable is a parameter of type IDETable*