You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2020. It is now read-only.
The Listeners, Logger, Mapper and Type Converters will all be specified in the Session Configuration which will allow different databases within a single application to have different Listeners, Mappers and Type Converters rather than them being global e.g:
config.InsertListeners.Add(newCustomDeleteListener());config.UseConventionMapping(ConventionOptions.Default);// or new ConventionOptions { ...}