IEntity.FindFiltered Method
Include Protected Members
Include Inherited Members
Returns the external items filtered by the given criteria.
Overload List
Name | Description | |
---|---|---|
FindFiltered(IFilterCollection, ILobSystemInstance) | Returns external items filtered by the given criteria using the default Finder. | |
FindFiltered(IFilterCollection, String, ILobSystemInstance) | Returns external items filtered by the given criteria using the specified Finder. | |
FindFiltered(IFilterCollection, String, ILobSystemInstance, OperationMode) | Returns external items filtered by the given criteria using the specified Finder and the specified mode of operation. |
Top