コード例 #1
0
		public MigrationPlan()
		{
			_typeMappings = new TypeMappingCollection();			
			_scripts = new ScriptCollection();
		}
コード例 #2
0
 public MigrationPlan()
 {
     _typeMappings = new TypeMappingCollection();
     _scripts      = new ScriptCollection();
 }