Sdílet prostřednictvím


CoreEventId.DistinctAfterOrderByWithoutRowLimitingOperatorWarning Pole

Definice

Po použití řazení dotaz použije operátor Distinct. Pokud se před Distinct a po řazení používá nějaká operace omezení řádků, použije se pro ni řazení. Objednávky se po Distinct vymazání vymažou a výsledky pak budou neuspořádané.

public static readonly Microsoft.Extensions.Logging.EventId DistinctAfterOrderByWithoutRowLimitingOperatorWarning;
 staticval mutable DistinctAfterOrderByWithoutRowLimitingOperatorWarning : Microsoft.Extensions.Logging.EventId
Public Shared ReadOnly DistinctAfterOrderByWithoutRowLimitingOperatorWarning As EventId 

Hodnota pole

Poznámky

Tato událost je v DbLoggerCategory.Query kategorii.

Platí pro