コード例 #1
0
		public void Setup()
		{
			var configuration = new ExampleInstaller().BuildFluent().BuildConfiguration();
			new SchemaUpdate(configuration).Execute(true, true);
		}
コード例 #2
0
		public void Setup()
		{
			var configuration = new ExampleInstaller().Config;
			new SchemaUpdate(configuration).Execute(true, true);
		}