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

Represents the where part of a query.
Inheritance: QueryPart
Afficher le fichier Open project: vijayakumarsuraj/UIAutomation

Méthodes publiques

Méthode Description
Where ( ) : QueryConditionPart

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

Private Methods

Méthode Description
QueryWherePart ( Query query )

New query where part.

Method Details

Where() public méthode

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