私は4つのテーブルを持っています:
Foreign Key----FK
Primary Key----PK
ticket(id,FK_ticketopenby,FK_closeby,FK_createby,FK_tickettype)
ticketcategoies(PK_ID,name,ticketid)
user(name,PK_id)
usertype(PK_id,designation,FK_userid)
ユーザー ID は、FK_closeby、FK_createby、FK_tickettype などの外部キー (FK) です。
ユーザーが管理者またはクライアントである チケットがフォローアップまたはユーザーである
結果として必要な linq クエリ
-----------------------------------------------------------------
| Usertype | TicketType | Totalopen | TotalClose | TotalCreated |
-----------------------------------------------------------------
| admin | FollowUP | 324 | 2323 | 232 |
-----------------------------------------------------------------