Beispiel #1
0
 public SearchInfo(string fieldName, object fieldValue, WHC.OrderWater.Commons.SqlOperator sqlOperator, bool excludeIfEmpty, string groupName)
 {
     this.bool_0        = true;
     this.string_0      = fieldName;
     this.object_0      = fieldValue;
     this.sqlOperator_0 = sqlOperator;
     this.bool_0        = excludeIfEmpty;
     this.string_1      = groupName;
 }
Beispiel #2
0
 public SearchInfo(string fieldName, object fieldValue, WHC.OrderWater.Commons.SqlOperator sqlOperator, bool excludeIfEmpty) : this(fieldName, fieldValue, sqlOperator, excludeIfEmpty, null)
 {
 }
Beispiel #3
0
 public SearchInfo(string fieldName, object fieldValue, WHC.OrderWater.Commons.SqlOperator sqlOperator) : this(fieldName, fieldValue, sqlOperator, true)
 {
 }