views:

99

answers:

1

In my database every table belongs to a schema (Person for example.) I am using Fluent NHibernate with Automapping and my question is how I set the schema I want to use.

A: 

Use a convention, specifically an IClassConvention.

James Gregory