共用方式為


DbLimitExpression.WithTies 屬性

定義

取得限制作業是否包含相等的結果。 包含相等結果所產生的結果數可能會比 Limit 值所指定的多。

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

屬性值

如果限制運算將包括繫結結果則為 true,否則為 false。 預設為 false

備註

WithTies 屬性可控制是否傳回順位與最終資料列相同的資料列。

適用於