Inheritance: System.Collections.CollectionBase
示例#1
0
		public MigrationPlan()
		{
			_typeMappings = new TypeMappingCollection();			
			_scripts = new ScriptCollection();
		}
示例#2
0
 public MigrationPlan()
 {
     _typeMappings = new TypeMappingCollection();
     _scripts      = new ScriptCollection();
 }