ParseQueryT Constructor (String)Parse
Constructs a query. A default query with no further parameters will retrieve all ParseObjects of the provided class.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public ParseQuery(
	string className
)

Parameters

className
Type: SystemString
The name of the class to retrieve ParseObjects for.
See Also

Reference