Trace: • imi_crm_how_to_start • space_router • correlation_coefficient • nhibernate
Nhibernate
This is an old revision of the document!
Подключение к mysql
SessionFactory = Fluently.Configure() .Database(MySQLConfiguration.Standard .ConnectionString(connectionString)) .Mappings(m => m.FluentMappings.AddFromAssembly(Assembly.GetExecutingAssembly())) .BuildSessionFactory();
