1 reference to MIN_PERMUTATIONS
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingProcessor.cs (1)
253
int numPermutations = Math.Min(MAX_PERMUTATIONS, Math.Max(
MIN_PERMUTATIONS
, (int)(usedViews.Count * PERMUTE_FRACTION)));