|   | ObjectWithIdCollectionBaseTGetByIdListCheck Method (IEnumerableInt32) | 
 
            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(
	IEnumerable<int> idList
)
Parameters
- idList
 - Type: System.Collections.GenericIEnumerableInt32
Ids to look for 
Return Value
Type: 
ListTList of items
See Also