Filter parser parses a filter string which is an approximate implementation of OData filter syntax. The parsed filter object is an instance of a Criteria object which can be used to convert the filter into an SQL query. Any filter values are parameterised. Support SQL parameter and SqlKata syntax.