2 references to SelectQuery
System.Management (2)
System\Management\ManagementQuery.cs (2)
697public SelectQuery(string className, string condition) : this(className, condition, null) { } 1115return new SelectQuery(className, condition, strArray);