SelectQuery Class

Definition

Represents a WQL SELECT data query.

public ref class SelectQuery : System::Management::WqlObjectQuery
public class SelectQuery : System.Management.WqlObjectQuery
type SelectQuery = class
    inherit WqlObjectQuery
Public Class SelectQuery
Inherits WqlObjectQuery
Inheritance

Constructors

SelectQuery()

Initializes a new instance of the SelectQuery class. This is the parameterless constructor.

SelectQuery(Boolean, String)

Initializes a new instance of the SelectQuery class for a schema query, optionally specifying a condition.

SelectQuery(String)

Initializes a new instance of the SelectQuery class for the specified query or the specified class name.

SelectQuery(String, String)

Initializes a new instance of the SelectQuery class with the specified class name and condition.

SelectQuery(String, String, String[])

Initializes a new instance of the SelectQuery class with the specified class name and condition, selecting only the specified properties.

Properties

ClassName

Gets or sets the class name to be selected from in the query.

Condition

Gets or sets the condition to be applied in the SELECT query.

IsSchemaQuery

Gets or sets a value indicating whether this query is a schema query or an instances query.

QueryLanguage

Gets the language of the query.

(Inherited from WqlObjectQuery)
QueryString

Gets or sets the query in the SelectQuery object, in string form.

SelectedProperties

Ggets or sets an array of property names to be selected in the query.

Methods

BuildQuery()

Builds the query string according to the current property values.

Clone()

Creates a copy of the object.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ParseQuery(String)

Parses the query string and sets the property values accordingly.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to