arrow_back history This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. Подключение к mysql <Code:csharp> SessionFactory = Fluently.Configure() .Database(MySQLConfiguration.Standard .ConnectionString(connectionString)) .Mappings(m => m.FluentMappings.AddFromAssembly(Assembly.GetExecutingAssembly())) .BuildSessionFactory(); </Code>