Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我的查询:
SELECT IF(@@old_passwords, Old_Password(?), Password(?))=`password` AS pass FROM mysql.user WHERE User=?
我可以将其翻译为 Linq,还是我必须从数据上下文中提取连接并以旧方式进行?我能找到的所有文档都是关于简单查询的:选择;加入;聚合体。