QueryRow Methods |
The QueryRow type exposes the following members.
| Name | Description | |
|---|---|---|
| AsJSONDictionary |
Returns the query row formatted as a JSON object
| |
| Equals |
This is used implicitly by -[LiveQuery update] to decide whether the query result has changed
enough to notify the client.
(Overrides ObjectEquals(Object).) | |
| GetConflictingRevisions | ||
| GetHashCode |
Serves as a hash function for a QueryRow object.
(Overrides ObjectGetHashCode.) | |
| ToString | (Overrides ObjectToString.) | |
| ValueAsT |
Returns the value of the QueryRow and interprets it as the given type
|