Hello
i m beginning in FluentNhibernate,so i follow the tutorial found in
http://wiki.fluentnhibernate.org/Getting_startedhere they are working with SQLite database or I m trying the same totu with SQL SERver.
I FOUND this in the Nhibernate Wiki
Code:
Fluently.Configure()
.Database(/* examples here */)
.Mappings(...)
.BuildSessionFactory();
Or i don't know what to put in the .Mappings.
i found this:.
Mappings(
m => m.FluentMappings.AddFromAssemblyOf<Entity>()) (1)
what am i supposed to put in the <Entity>?i didn't not understand what the (1) mean??
any help
thank you