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.
FluentNHibernate を使用しています。フィールドが一意ではないデータベースから値を取得する方法を教えてください。マップする ID 列がありません。
session.Query<Person>().Where(x => x.Name == "gdoron" && x.Age == "Non of your business").ToList();