这是代码
DContext.Views
.Include("Torrent")
.Include("Viewer")
.Any(V => V.Torrent.ID == DTorrent.ID &&
V.UserHostAddress == UserHostAddress &&
V.Viewer.ID == ViewerTIKSNID.Value)
它返回 FALSE 但在数据库中我有几行具有完全相同的信息。
我该如何解决这个问题?