我很想知道我如何处理这个问题。
I have a DB with a Users Table, and a Followers table.
The Followers table contains 2 Columns "FollowerID" and "FollowedID"
I have a 1 -> * relation in my datamodel between Users.ID -> Followers.FollowerID
and Users.ID -> FollowedID
如何让一组用户了解特定用户?
I ll express what I m trying to achieve programatically I can get this far:
ctx.Followers.Where(f => f.FollowedID == CurrentUser.ID)
现在,我有一套跟踪器,由谁来跟踪目前的用户,我可以通过这一收集来检索,然后在每次收集之后增加用户,以收集继目前User之后的全美国ER收集,但是没有哪一种是穿甲的,或者说是路要这样做的。
非常感谢
图十