IEntity.FindAssociated Method
Include Protected Members
Include Inherited Members
Gets the EntityInstance objects that are associated with a given source EntityInstance object by using various options.
Overload List
Name | Description | |
---|---|---|
FindAssociated(EntityInstanceCollection, IAssociation, ILobSystemInstance) | Gets external items that are associated with the specified external items. | |
FindAssociated(EntityInstanceCollection, IAssociation, ILobSystemInstance, OperationMode) | Gets the external items that are associated with the specified source external items using the specified mode of operation.. | |
FindAssociated(EntityInstanceCollection, IAssociation, IFilterCollection, ILobSystemInstance) | Gets the external items that are associated with the specified source external items and association, filtered by the specified criteria. | |
FindAssociated(EntityInstanceCollection, IAssociation, IFilterCollection, ILobSystemInstance, OperationMode) | Gets the external items that are associated with the specified source external items and association, filtered by the specified criteria, using the specified mode of operation. |
Top