Esempio n. 1
0
 public virtual void Setup()
 {
     PowerPlant    = DbContext.PowerPlant;
     DbSchema      = PowerPlant.CreateDbSchema();
     ColumnFactory = PowerPlant.CreateColumnFactory();
     TableName     = "hmstestcolumntypes";
     DbSchema.DropTable(TableName);
 }
Esempio n. 2
0
 public virtual void Setup()
 {
     PowerPlant = DbContext.PowerPlant;
     DbSchema   = PowerPlant.CreateDbSchema();
 }