Skip to content

Commit 92a30c5

Browse files
committed
operator aliases
1 parent c6321e6 commit 92a30c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/System.Linq.Dynamic.Core/ParsingConfig.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public class ParsingConfig
4545
/// - constant expressions ("null", "true", "false")
4646
/// - keywords ("it", "parent", "root")
4747
/// - functions ("as", "cast", "iif", "is", "isnull", "new", "np")
48+
/// - operator aliases ("eq", "equal", "ne", "notequal", "neq", "lt", "LessThan", "le", "LessThanEqual", "gt", "GreaterThan", "ge", "GreaterThanEqual", "and", "AndAlso", "or", "OrElse", "not", "mod")
4849
///
4950
/// Default value is <c>false</c>.
5051
/// </summary>

0 commit comments

Comments
 (0)