|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRelatedRecordSet
Provides access to the RelatedRecordSet members.
When esriRelateResultRelatedRecordSetAsObject is selected as ResultFormat for QueryRelatedRecords function, it returns RelatedRecordSet embedded within a QueryResult. Use IQueryResult.Object to get RelatedRecordSet.
RelatedRecordFeilds is a list of all fields that are visible in the source map document or listed in IRelateDescription::RelatedTableFields property.
RelatedRecordGroups returns an array of IRelatedRecordGroup. Each RelatedRecordGroup contains related records for one source record/feature.
Method Summary | |
---|---|
IFields |
getRelatedRecordFields()
Fields of the values in the RelatedRecordGroups. |
IRelatedRecordGroups |
getRelatedRecordGroups()
Groups of records that are related to each row id. |
Method Detail |
---|
IFields getRelatedRecordFields() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRelatedRecordGroups getRelatedRecordGroups() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |