fluent-nhibernate
Nhibernate update problem - Parameter index is out of range
I am having problem with updating data to database. I have a simple many-to-one Product - Group relationship:[详细]
2023-03-31 13:29 分类:问答Convert this SQL Query to NHibernate Criteria Queries
Need to convert this sql query to nhibernate criterion language... How can I do this? select开发者_如何学运维[详细]
2023-03-31 13:28 分类:问答NHibernate - KeyNotFoundException: The given key was not present in the dictionary
Update:开发者_C百科 I have fixed this issue I have the following block of code which should ultimately update a record[详细]
2023-03-31 13:22 分类:问答What can I expect from Fluent NHibernate?
I am new to Fluent NHibernate and ORM tools in general. I\'m not exactly sure what I should be expecting from t开发者_运维问答he tool in this situation. I have Fund, Holding, and Asset tables with cor[详细]
2023-03-31 11:28 分类:问答how to start project with visual nhibernate [closed]
It's difficult to tell what is being asked here. This question is ambig开发者_Go百科uous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. F[详细]
2023-03-31 11:24 分类:问答Fluent Nhibernate: Trying to create entity with composite key that is also the keys for two references
The references are unidirectional. The table (StoreProduct) for this entity is actually a join table that has these fields:[详细]
2023-03-31 06:48 分类:问答Nhibernate syntax problem?
Well i am rather new to nhibrenate syntax and need desperately your help. I have a table called Cookie with the following attributes:[详细]
2023-03-31 06:13 分类:问答Fluent nhibernate problem, query
I\'d really appreciate some help with a problem I have. Class L holds a collection of R and R holds a collection of Q.[详细]
2023-03-31 04:53 分类:问答opensource project like visual nhibernate
I need to map 100 tabels for fluent nhibernate. I can do this by hand or by some tool. I found http://www.slyce.com/VisualNHibernate/ but it is not free. Does anyone k开发者_开发问答now any free tool?[详细]
2023-03-31 04:30 分类:问答FNH Many-to-Many relationship with attributes
I have three tables as follow: Content: public class Content { public Content() { ContentFieldItems = new List<ContentFieldItem>();[详细]
2023-03-31 02:41 分类:问答