Cuir in eagar

Comhroinn trí


DbLimitExpression.WithTies Property

Definition

Gets whether the limit operation will include tied results. 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

Property Value

true if the limit operation will include tied results; otherwise, false. The default is false.

Remarks

The WithTies property controls whether rows equal in rank to the final row are returned.

Applies to