I have a one to many mapping. When I try to retrieve the parent object the child object also comes up even if I stop lazy loading in mapping. I want to get onl开发者_运维问答y the parent object and no
I\'ve got a table called AdministratorPrivilages that has the following fields: ID List item MemberId Value
Say I have a class with some properties and some methods for manipulating those properties: public class PersonModel
I have a class and inside it, a string and a list of enumerators. public enum SomeEnum { Undefined=0, Enum1,
How does one setup the mapping in fluent for this type?开发者_如何学C public class Topic { public int Id { get; set; }
How can I use some my SQL function with Fluent NHibernate? I have some SQL function, for example: CREATE FUNCTION [dbo].[TestFunction]
I\'m trying to build an extensible application using MEF and fluent Nhibernate as ORM. It was working well until I decided to store the extension assemblies in a seperate fold开发者_JAVA技巧er
I am getting the following error: Invalid index 3 for this OracleParameterCollection with Count=3 when i am attempting to insert a new column into a table.
I am considering refactoring an open source project, Afterthought, to make it more intuitive to use.The basic idea is that developers creating amendments in Afterthought will be amending a specific .N
I\'m relatively new to configuring NHibernate and have run in to a problem. I have the following entities :