Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当开发人员在调试中单击结果视图时,它将返回表的所有行。如何防止因为它可能是一个非常大的表?
谢谢威尔逊
context.Clients.Take(20)
Clients
DbSet
var view1 = context.Clients.Where( x => x.id == 1)