TransactionSearchCriteria.CountOnly 属性

定义

指定一个值,该值指示查询结果是否应为 true (true) 或实际事务 (false) 。

public:
 property bool CountOnly { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool CountOnly { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.CountOnly : bool with get, set
Public Property CountOnly As Boolean

属性值

如果应对查询结果计数,则为 true;否则为 false

属性

适用于