RepoDB
RepoDB copied to clipboard
Support field-to-field comparisson in the 'expression-based' parameters.
WHERE (Field1 > Field2);
Example: Query<Person>(p => p.LastUpdated > p.DateInserted);
I don't understand what's expected, I'd need more context please