Skip to content

Commit 2f64531

Browse files
committed
Correct summary reference to extensions container type
1 parent f6f1b9a commit 2f64531

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Orm/Xtensive.Orm/Orm/Configuration/DomainConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ public TagsLocation TagsLocation
649649
/// <summary>
650650
/// Maximam number of filtering values in IN clause which are
651651
/// 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
652+
/// Affects only <see cref="QueryableExtensionsEx.In{T}(T, T[])"/> group of methods with
653653
/// <see cref="IncludeAlgorithm.Auto"/>. If collection of parameters has more items
654654
/// than this parameter allows then temporary table will be used to store values.
655655
/// Default value is <see cref="WellKnown.DefaultMaxNumberOfConditions"/>

0 commit comments

Comments
 (0)