示例#1
0
 public Settings()
 {
     GeneratorOptions = new SqlScriptGeneratorOptions();
     Costs            = new CostThreshold {
         High = 1m, Medium = 0.2m
     };
 }
示例#2
0
 public Settings()
 {
     GeneratorOptions = new SqlScriptGeneratorOptions();
     Costs            = new CostThreshold {
         High = 1m, Medium = 0.2m
     };
     Clippy = new Clippy()
     {
         CallDelayMilliSeconds = 1500, StartEnabled = false
     };
 }
示例#3
0
 public Settings()
 {
     GeneratorOptions = new SqlScriptGeneratorOptions();
     Costs = new CostThreshold {High = 1m, Medium = 0.2m};
     Clippy = new Clippy(){CallDelayMilliSeconds = 1500, StartEnabled = false};
 }
示例#4
0
 public Settings()
 {
     GeneratorOptions = new SqlScriptGeneratorOptions();
     Costs = new CostThreshold {High = 1m, Medium = 0.2m};
 }