This document is archived and information here might be outdated. Recommended version. |
Generate a fieldset to load from xml.
[Visual Basic .NET] Public Function GetRecordSetFields ( _ ByVal inFile As String _ ) As IFields
[C#] public IFields GetRecordSetFields ( string inFile );
[C++]
HRESULT GetRecordSetFields(
BSTR inFile
);
[C++] Parameters inFile [in]
inFile is a parameter of type BSTR
The GetRecordSetFields method retrieves recordset fields and records from resulting XML file. You need to pass in inFile as a string that identifies the input XML file.