IEntity.FindSpecificMultiple Method
Include Protected Members
Include Inherited Members
Gets a group of external items.
Overload List
Name | Description | |
---|---|---|
FindSpecificMultiple(IList<Identity>, ILobSystemInstance) | Gets a group of external items using the specified external item identities, the default OperationMode object, and the BulkSpecificFinder MethodInstance. | |
FindSpecificMultiple(IList<Identity>, String, ILobSystemInstance) | Gets a group of external items using the specified external item identities and the default OperationMode object. | |
FindSpecificMultiple(IList<Identity>, String, ILobSystemInstance, OperationMode) | Gets a group of external items using the external item identities. |
Top