ParseObjectGetQuery Method Parse

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

public static ParseQuery<ParseObject> GetQuery(
	string className
)

Parameters

className
Type: SystemString
The class name of the object.

Return Value

Type: ParseQueryParseObject
A new ParseQueryT.
See Also

Reference