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.
ハンドラーがあり、LINQ操作を実行しようとしています。しかし、私はできません。.ASHXファイルでこれを行うことは可能ですか?
using (UserDataContext userDataContext = new UserDataContext) { User user = userDataContext.Users.Single -- Does not show up as an option in intellisense. }
ありがとう
インポートを追加しましたか?
using System.Linq;