다음을 통해 공유


TransactionSearchCriteria.CountOnly 속성

정의

쿼리 결과가 개수(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입니다.

특성

적용 대상