标签: .net performance entity-framework
我知道之前有人问过,但我还没有找到最新的答案。
那么,通过主键获取实体列表的最有效方法是什么?
我猜有两个不同的案例:
IEnumerable<int> ids
Id
ids
IEnumerable<Tuple<int, int, int>>