Inheritance: System.Collections.CollectionBase
Ejemplo n.º 1
0
		public MigrationPlan()
		{
			_typeMappings = new TypeMappingCollection();			
			_scripts = new ScriptCollection();
		}
Ejemplo n.º 2
0
 public MigrationPlan()
 {
     _typeMappings = new TypeMappingCollection();
     _scripts      = new ScriptCollection();
 }