I just started learning Nhibernate and Fluent Nhibernate. I want to specify the name of the table when creating my mapping class.
The name of the object in the application is "CustomerOrders", but in the oracle database the name of the table is "CUSTOMER_ORDERS".
I learned from googling that I can use "WithTable" to specify the name of a database table.
I am not sure how to use it and where Vs2008 did not find this method.
thanks
source
share