This document is archived and information here might be outdated. Recommended version. |
Returns the IDs of the rows that meet the query filter selection criteria for the specified table.
[Visual Basic .NET] Public Function QueryRelatedRecords ( _ ByVal MapName As String, _ ByVal sourceTable As Integer, _ ByVal pFIDs As IFIDSet, _ ByVal RelateDescription As IRelateDescription _ ) As IQueryResult
[C#] public IQueryResult QueryRelatedRecords ( string MapName, int sourceTable, IFIDSet pFIDs, IRelateDescription RelateDescription );
[C++]
HRESULT QueryRelatedRecords(
BSTR MapName,
long sourceTable,
IFIDSet* pFIDs,
IRelateDescription* RelateDescription
);
[C++] Parameters MapName [in]
MapName is a parameter of type BSTR sourceTable [in]
sourceTable is a parameter of type long pFIDs [in]
pFIDs is a parameter of type IFIDSet* RelateDescription [in]
RelateDescription is a parameter of type IRelateDescription*