RelationshipQuery Constructor
.NET Framework 4.5
Initializes a new instance of the RelationshipQuery class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
RelationshipQuery() | Initializes a new instance of the RelationshipQuery class. This is the default constructor. |
|
RelationshipQuery(String) | Initializes a new instance of the RelationshipQuery class. If the specified string can be successfully parsed as a WQL query, it is considered to be the query string; otherwise, it is assumed to be the path of the source object for the query. In this case, the query is assumed to be an instances query. |
|
RelationshipQuery(String, String) | Initializes a new instance of the RelationshipQuery class for the given source object and relationship class. The query is assumed to be an instance query (as opposed to a schema query). |
|
RelationshipQuery(Boolean, String, String, String, String) | Initializes a new instance of the RelationshipQuery class for a schema query using the given set of parameters. This constructor is used for schema queries only, so the first parameter must be true. |
|
RelationshipQuery(String, String, String, String, Boolean) | Initializes a new instance of the RelationshipQuery class for the given set of parameters. The query is assumed to be an instance query (as opposed to a schema query). |