我在使用选择时遇到问题。
IDE 不喜欢 () 中选择用户 ID 的选择查询。如何在选择中完成选择?
Dim newctx As teckModel.teckEntities
Dim pending = From c In newctx.my_aspnet_membership Where c.userId = (From c In newctx.my_aspnet_usersinroles Where c.roleId = 8 Select c.userId) Select c.Email, c.CreationDate, c.LastLoginDate