Skip to content

Commit

Permalink
Included ContainsIgnoreCase operator .
Browse files Browse the repository at this point in the history
  • Loading branch information
dnyaneshwar-surywanshi authored Oct 29, 2021
1 parent 9974365 commit f305d15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DynamicExpressions/FilterOperator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public enum FilterOperator
LessThanOrEqual,
Contains,
StartsWith,
EndsWith
EndsWith,
ContainsIgnoreCase
}
}

0 comments on commit f305d15

Please sign in to comment.