IEntity.FindAssociatedMultiple Method
Include Protected Members
Include Inherited Members
Gets external items.
Overload List
Name | Description | |
---|---|---|
FindAssociatedMultiple(IList<EntityInstanceCollection>, IAssociation, ILobSystemInstance) | Gets the external items that are associated to the given source external items. | |
FindAssociatedMultiple(IList<EntityInstanceCollection>, IAssociation, ILobSystemInstance, OperationMode) | Gets the external items that are associated to the given source external items by using the specified mode of operation. | |
FindAssociatedMultiple(IList<EntityInstanceCollection>, IAssociation, IFilterCollection, ILobSystemInstance) | Gets the external items that are associated to the given source external items by applying a specified filter collection. | |
FindAssociatedMultiple(IList<EntityInstanceCollection>, IAssociation, IFilterCollection, ILobSystemInstance, OperationMode) | Gets the external items that are associated to the given source external items by applying a specified filter collection and using the specified mode of operation. |
Top