Retrieve list of field names from lookup table.
[Visual Basic 6.0] Function ListFields(
ByVal bstrLookupTableName As String _
) As IEnumBSTR
[Visual Basic .NET] Public Function ListFields ( _ ByVal bstrLookupTableName As String _ ) As IEnumBSTR
[C#] public IEnumBSTR ListFields ( string bstrLookupTableName );
[Java] public IEnumBSTR listFields ( String bstrLookupTableName ) throws IOException, AutomationException
[C++] HRESULT ListFields( BSTR bstrLookupTableName, IEnumBSTR** ppiFieldNames );
Parameters
bstrLookupTableName [in]
bstrLookupTableName is a parameter of type BSTR
ppiFieldNames [out, retval]
ppiFieldNames is a parameter of type IEnumBSTR