Automation.UI.Tree.QueryParts.QueryWherePart.Where C# (CSharp) Method

Where() public method

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