我想将此SQL查询转换为Entity Framework Core 2.0查询。
SELECT * FROM Product WHERE ProdID IN (1,2,3);
entity-framework-core
entity-framework-core ×1