QueryFilter

A filter to apply before a query, similar to a WHERE clause.

Members

Variables

column
string column;

The name of the column that should be filtered.

type
QueryFilterType type;

The type of filter to apply.

Meta