DbLimitExpression.WithTies 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得限制作業是否包含相等的結果。 包含相等結果所產生的結果數可能會比 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 屬性可控制是否傳回順位與最終資料列相同的資料列。
適用於