다음을 통해 공유


CountVirtualPropertyNode 클래스

정의

가상 속성 $count 다른 집계 메서드처럼 작동할 수 있도록 하는 더미 클래스입니다.

public sealed class CountVirtualPropertyNode : Microsoft.OData.UriParser.SingleValueNode
type CountVirtualPropertyNode = class
    inherit SingleValueNode
Public NotInheritable Class CountVirtualPropertyNode
Inherits SingleValueNode
상속
CountVirtualPropertyNode

생성자

CountVirtualPropertyNode()

생성자입니다.

속성

Kind

단일 값 노드의 종류입니다.

TypeReference

$count 가상 속성에서 반환되는 형식입니다.

메서드

Accept<T>(QueryNodeVisitor<T>)

의 트리QueryNodeQueryNodeVisitor<T> 걷는 을 수락합니다.

(다음에서 상속됨 QueryNode)

적용 대상