C# 클래스 Net.Http.WebApi.OData.Query.Expressions.BinaryOperatorNode

상속: SingleValueNode
파일 보기 프로젝트 열기: TrevorPilley/Net.Http.WebApi.OData 1 사용 예제들

공개 메소드들

메소드 설명
BinaryOperatorNode ( SingleValueNode left, BinaryOperatorKind operatorKind, SingleValueNode right )

Initialises a new instance of the BinaryOperatorNode class.

메소드 상세

BinaryOperatorNode() 공개 메소드

Initialises a new instance of the BinaryOperatorNode class.
public BinaryOperatorNode ( SingleValueNode left, BinaryOperatorKind operatorKind, SingleValueNode right )
left SingleValueNode The left query node.
operatorKind BinaryOperatorKind Kind of the operator.
right SingleValueNode The right query node.