We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f1b9a commit 2f64531Copy full SHA for 2f64531
1 file changed
Orm/Xtensive.Orm/Orm/Configuration/DomainConfiguration.cs
@@ -649,7 +649,7 @@ public TagsLocation TagsLocation
649
/// <summary>
650
/// Maximam number of filtering values in IN clause which are
651
/// to be placed inside a resulted SQL command (as boolean predicate).
652
- /// Affects only <see cref="QueryableExtensions.In{T}(T, T[])"/> group of methods with
+ /// Affects only <see cref="QueryableExtensionsEx.In{T}(T, T[])"/> group of methods with
653
/// <see cref="IncludeAlgorithm.Auto"/>. If collection of parameters has more items
654
/// than this parameter allows then temporary table will be used to store values.
655
/// Default value is <see cref="WellKnown.DefaultMaxNumberOfConditions"/>
0 commit comments