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に変換できますか、それともデータコンテキストから接続を抽出して、古い方法で実行する必要がありますか?私が見つけることができるすべてのドキュメントは、単純なクエリに関するものです。参加します。骨材。