We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a30c5 commit 922e8e9Copy full SHA for 922e8e9
src/System.Linq.Dynamic.Core/ParsingConfig.cs
@@ -292,5 +292,5 @@ public IQueryableAnalyzer QueryableAnalyzer
292
///
293
/// Default value is <c>false</c>.
294
/// </summary>
295
- public bool RestrictOrderByToPropertyOrField { get; set; } = false;
+ public bool RestrictOrderByToPropertyOrField { get; set; }
296
}
0 commit comments