I have an issue when deleting a child record from the session.Here are the entities i have defined: public class ReportedData
i have the following class: public class Worker { public int WorkerID {get;set;} public string Name { get;set;}
I\'m getting a SQL query from NH, and it\'s generating a column that does not exist (thus producing an ADOException from NH).
I am getting this exception when I attempt to access an object that is stored in a property of my domain object. I have done some research and still do not understand why I am getting this error.
Here\'s the setup. NHibernate, Fluent NHibenrate and Nhibernate Linq The entities invoved are Fault - a record of a fault occuring
When i delete some object (or remove it) from a collection (such as list) and call SaveOrUpdate from the parent of this collection the row of the child isn\'t removed but updated by setting the foreig
I\'m using Fluent NHibernate to map a a class that has a collection of strings like this: public class Foo {
So I was wondering whether it is best to update multiple rows in a database using an hql query or calling nhibernates save after modifying each object.. I know that the answer is the 开发者_StackOverf
I have a (fictional) class with Fluent-mapping: public class Customer { public virtual int Id { get; set; }
when deleting an entity in nhibernate i get an exception wi开发者_运维技巧th this error message: