I would like to know how to find a ...List<Object>... using Find method of Entity Framework passing Array(...object[]...) as parameter?...I want to find all data by Primary Key. ...I first fill a list with all PK that I will use as reference:...List<int> ...