960b2e7bb062d1b3f3e64df612593ccfc56970aa
API/AdHocConfig.md
| ... | ... | @@ -173,7 +173,6 @@ public override string[] ProcessEqualsSelectList(Column column) |
| 173 | 173 | |
| 174 | 174 | // Control what operators are availabile for each field type in the Filters tab or report viewer |
| 175 | 175 | public override string[] GetOperatorList(SqlType type, bool isStoredProcedureUsed) |
| 176 | -public override string[] GetOperatorList(SqlType type, bool isStoredProcedureUsed) |
|
| 177 | 176 | { |
| 178 | 177 | string[] result = base.GetOperatorList(type, isStoredProcedureUsed); |
| 179 | 178 | string[] cutResult = new string[result.Length / 2]; |