Constructs a ParseQueryT for ParseInstallations.
Namespace: Parse
Assembly: Parse.WinRT (in Parse.WinRT.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Property Value
Type: ParseQueryParseInstallationRemarks
query.GetAsync(objectId)
query.WhereEqualTo(key, value)
query.WhereMatchesKeyInQuery<TOther>(key, keyInQuery, otherQuery)
See Also