IEntityInstance.GetAssociatedInstances Method
Include Protected Members
Include Inherited Members
Gets the associated External Items.
Overload List
Name | Description | |
---|---|---|
GetAssociatedInstances(IAssociation) | Gets the External Items associated with the given association. | |
GetAssociatedInstances(IAssociation, IFilterCollection) | Gets the External Items associated with the given association, using given filters. | |
GetAssociatedInstances(IAssociation, OperationMode) | Gets the External Items associated with the given association, using the given operation mode. | |
GetAssociatedInstances(IAssociation, IFilterCollection, OperationMode) | Gets the External Items associated with the given association, using the given operation mode and filters. |
Top