![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
Esri Attributed Relationship object.
Use the ISupportErrorInfo method InterfaceSupportsErrorInfo to determine if the object supports extended error information. If the object supports extended error info, VC++ developers should use the OLE/COM IErrorInfo interface to access the ErrorInfo object. Visual Basic developers should use the global error object Err to retrieve this extended error information.
| Interfaces | Description | 
|---|---|
| IRelationship | Provides access to members that return information about the relationship. | 
| IRow | Provides access to members that return information about the row, the table the row belongs to and storing and deleting the row. | 
| IRowBuffer | Provides access to members used for getting and modifying a rows values and for getting the fields in the row. | 
| IRowChanges | Provides access to members that return information about changed values and the original value in a row. | 
| IRowCompare | Provides access to a member that compares two rows. | 
| IRowEdit | Provides access to members implemented to customize object editing. | 
| IRowEvents | Provides access to events that occur when an object is modified, created or deleted. | 
| ISupportErrorInfo (esriSystem) | |
| IValidate | Provides access to members to validate individual features. |