Automation.UI.Tree.QueryParts.QueryWherePart.Where C# (CSharp) Méthode

Where() public méthode

Does nothing. Syntactic sugar to lead into the conditions part of the query.
public Where ( ) : QueryConditionPart
Résultat QueryConditionPart
        public QueryConditionPart Where()
        {
            return new QueryConditionPart(Query);
        }