XxSu

Results 1 issues of XxSu

how to use include. I use code example : ``` var q = db.Query().From("SysUser"); //db.Statement q.IncludeMany("UserRoles", db.Query("SysUserRole"),"Uid","Id"); var d1= db.Get(q).ToList(); ``` the table SysUserRole has one record ,but the d1...