ParseQueryTSelect Method Parse
Restrict the fields of returned ParseObjects to only include the provided key. If this is called multiple times, then all of the keys specified in each of the calls will be included.

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

public ParseQuery<T> Select(
	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