IsEmpty Filter and other small fixes (#3142)
Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
This commit is contained in:
parent
e574caf7eb
commit
07a36176de
96 changed files with 1361 additions and 1135 deletions
|
@ -53,4 +53,8 @@ public enum FilterComparison
|
|||
/// Is Date not between now and X seconds ago
|
||||
/// </summary>
|
||||
IsNotInLast = 15,
|
||||
/// <summary>
|
||||
/// There are no records
|
||||
/// </summary>
|
||||
IsEmpty = 16
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue