C# 클래스 Automation.UI.Tree.QueryParts.QueryWherePart

Represents the where part of a query.
상속: QueryPart
파일 보기 프로젝트 열기: vijayakumarsuraj/UIAutomation

공개 메소드들

메소드 설명
Where ( ) : QueryConditionPart

Does nothing. Syntactic sugar to lead into the conditions part of the query.

비공개 메소드들

메소드 설명
QueryWherePart ( Query query )

New query where part.

메소드 상세

Where() 공개 메소드

Does nothing. Syntactic sugar to lead into the conditions part of the query.
public Where ( ) : QueryConditionPart
리턴 QueryConditionPart