nhibernate - FluentNhibernate WithTable vs Join -


i'm trying populate property in object via joined table using fluentnhibernate.

i'm attempting link outlines: http://www.codeinsanity.com/2009/05/fluentnhibernate-mappings-join.html

the problem don't have withtable available method in mapping class. mapping class defined this:

public abstract class baseobjectmap<tobject> : classmap<tobject> tobject : baseobject 

so guess question withtable?

i see references using join method. difference between join , withtable?

withtable join called 1.5 years ago.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -