C# Class Automation.UI.Tree.QueryParts.QueryWherePart

Represents the where part of a query.
Inheritance: QueryPart
Show file Open project: vijayakumarsuraj/UIAutomation

Public Methods

Method Description
Where ( ) : QueryConditionPart

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

Private Methods

Method Description
QueryWherePart ( Query query )

New query where part.

Method Details

Where() public method

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