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。谁能告诉我如何从没有字段唯一的数据库中检索值。没有要映射的身份列。
session.Query<Person>().Where(x => x.Name == "gdoron" && x.Age == "Non of your business").ToList();