Defines the query to run against an object.
 Declaration Syntax
 Declaration Syntax| C# | 
public class Query
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Query()()()() | Initializes a new instance of the Query class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Selectors | 
            List of selectors that define the query. An object must satisfy all of the selectors to match the query.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithSelectors(array<Selector>[]()[][]) | Obsolete. 
            Adds elements to the Selectors collection
             | 
|  | WithSelectors(IEnumerable<(Of <<'(Selector>)>>)) | Obsolete. 
            Adds elements to the Selectors collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Query |