using NHibernate.Extensions.NpgSql;
SetProperty(Environment.ConnectionString, "xxx");
SetProperty(Environment.ConnectionDriver, typeof(NpgSqlDriver).AssemblyQualifiedName);
SetProperty(Environment.Dialect, typeof(NpgSqlDialect).AssemblyQualifiedName);