Skip to content

Commit

Permalink
operator aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Dec 25, 2024
1 parent c6321e6 commit 92a30c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/System.Linq.Dynamic.Core/ParsingConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public class ParsingConfig
/// - constant expressions ("null", "true", "false")
/// - keywords ("it", "parent", "root")
/// - functions ("as", "cast", "iif", "is", "isnull", "new", "np")
/// - operator aliases ("eq", "equal", "ne", "notequal", "neq", "lt", "LessThan", "le", "LessThanEqual", "gt", "GreaterThan", "ge", "GreaterThanEqual", "and", "AndAlso", "or", "OrElse", "not", "mod")
///
/// Default value is <c>false</c>.
/// </summary>
Expand Down

0 comments on commit 92a30c5

Please sign in to comment.