Skip to content

Commit 922e8e9

Browse files
committed
.
1 parent 92a30c5 commit 922e8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,5 +292,5 @@ public IQueryableAnalyzer QueryableAnalyzer
292292
///
293293
/// Default value is <c>false</c>.
294294
/// </summary>
295-
public bool RestrictOrderByToPropertyOrField { get; set; } = false;
295+
public bool RestrictOrderByToPropertyOrField { get; set; }
296296
}

0 commit comments

Comments
 (0)