ParseQueryTInclude Method Parse
Include nested ParseObjects for the provided key. You can use dot notation to specify which fields in the included objects should also be fetched.

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

public ParseQuery<T> Include(
	string key
)

Parameters

key
Type: SystemString
The key that should be included.

Return Value

Type: ParseQueryT
A new query with the additional constraint.
See Also

Reference