public DBQueryParam(DBTable table, string column_name, object value) { column = table.columnWithName(column_name); this.value = value; }