DbLimitExpression.WithTies Propriedade

Definição

Obtém um resultado que informa se a operação de limite incluirá resultados empatados.Gets whether the limit operation will include tied results. A inclusão de resultados empatados pode produzir mais resultados que o especificado pelo valor Limit.Including tied results might produce more results than specified by the Limit value.

public:
 property bool WithTies { bool get(); };
public bool WithTies { get; }
member this.WithTies : bool
Public ReadOnly Property WithTies As Boolean

Valor da propriedade

Boolean

true se a operação de limite incluir resultados vinculados; caso contrário, false .true if the limit operation will include tied results; otherwise, false. O padrão é false.The default is false.

Comentários

A WithTies propriedade controla se as linhas iguais na classificação para a linha final são retornadas.The WithTies property controls whether rows equal in rank to the final row are returned.

Aplica-se a