예제 #1
0
 public Compiler()
 {
     compileConditionMethodsProvider = new ConditionsCompilerProvider(this);
 }
예제 #2
0
 protected Compiler()
 {
     _compileConditionMethodsProvider = new ConditionsCompilerProvider(this);
 }
예제 #3
0
 protected Compiler(ISqlResultBinder sqlResultBinder)
 {
     _sqlResultBinder = sqlResultBinder;
     _compileConditionMethodsProvider = new ConditionsCompilerProvider(this);
 }