You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for the NHibernate Fluent Interface project.
|
|
|
How to add 'included columns' in an index
|
| |
I know this is how to add a simple index: mapping.Map(customer => customer.Column1).Index("IDX_C OLUMN1"); But how do I achieve something like below? In SQL Server: CREATE NONCLUSTERED INDEX [IDX_FOO] ON [CUSTOMER] { [COLUMN1] ASC ...*INCLUDE* *( [COLUMN2] .... )*
|
|
NHUsers Google Group
|
| |
Hi Everyone, I'm not able to join the NHUsers group. It keeps telling me I've been banned. I can't ever remember joining it previously, and I'm just not the sort of person to do something that would get me banned from a list! (I realise I'm posting off-topic for this list, but I figured some people on here would also be on the NHUsers list…)... more »
|
|
What is DefaultableList replaced by in latest version?
|
| |
Hi, We were using the DefaultableList<T> class' HasUserDefined
method. It is no longer available in the latest version. I went
through github code and noticed it was removed in an August 2011 code
base. Specifically between commit hashes:
f3186cba6182178c01377f7218df21 317ca577de and
c24de5a65874a5c9e812395cd491ea b0fd79d2e9.... more »
|
|
Pervasive configuration problem
|
| |
First of all I would like to say hello to all of you as i'm a newcomer to the group and nhibernate/fluent at all. I'm creating small library that would serve me as a service lib for future projects. The problem is that the main application is using Pervasive database which is not directly supported by fluent/nhiber so I've done some... more »
|
|
Mapping IList<Guid>. Is it possible?
|
| |
Hi I have two tables: Orders and Products. The order object has a list<Guid> of products. How can I map this? At the moment I get: Association references unmapped class: System.Guid 10x
|
|
Lazy loading
|
| |
Hi there,
I have mapped all my entities to use eager loading.
I want to be able to set lazy loading on my queries dynamically so
that I dont retrieve all the entities.
Please let me know how I can do this
Thanks
|
|
|