/// <summary> /// Constructs a query based upon the ParseObject subclass used as the generic parameter for the ParseQuery. /// </summary> public ParseQuery() : this(ParseObject.GetClassName(typeof(T))) { }