|   | ObjectWithIdCollectionBaseTGetByIdListCheck Method (IntegerList) | 
 
            Get a sublist of items having the ids in the idList. Throws exception if
            idList contains id not in the current collection
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic List<T> GetByIdListCheck(
	IntegerList idList
)
Parameters
- idList
 - Type: IntegerList
Ids to look for 
Return Value
Type: 
ListTList of items
See Also