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
i needed a posibility to distinguish in the FluentMapping-Files -> Call constructor with parameters.
So i have developed an function for inject parameters into a mapping (FluentMapping). I have customized among others the files "FluentMappingsContainer" and "PersistenceModel". So i can invoke map.AddFromAssembly(System.Reflection.Assembly.GetExecutingAssembly(), args.ToArray());
And it works :)
Now is my question whether you can implement this funtion directly in FluentNHibernate for this behavior so
i dont need to customize on every new release
and the solution is checked and nothing is forgotten in the source ;)
Thanks in advance
csharpdeveloper
The text was updated successfully, but these errors were encountered:
Hello :),
i needed a posibility to distinguish in the FluentMapping-Files -> Call constructor with parameters.
So i have developed an function for inject parameters into a mapping (FluentMapping). I have customized among others the files "FluentMappingsContainer" and "PersistenceModel". So i can invoke
map.AddFromAssembly(System.Reflection.Assembly.GetExecutingAssembly(), args.ToArray());
And it works :)
Now is my question whether you can implement this funtion directly in FluentNHibernate for this behavior so
Thanks in advance
csharpdeveloper
The text was updated successfully, but these errors were encountered: