Click or drag to resize

QueryRow Properties

The QueryRow type exposes the following members.

Properties
  NameDescription
Public propertyDatabase
Gets the Database that owns the QueryRow's View.
Public propertyDocument
Gets the associated Document.
Public propertyDocumentId
Gets the Id of the associated Document.
Public propertyDocumentProperties
Gets the properties of the associated Document.
Public propertyDocumentRevisionId
Gets the Id of the associated Revision.
Public propertyKey
Gets the QueryRow's key.
Public propertySequenceNumber
Gets the sequence number of the associated Revision.
Public propertySourceDocumentId
Gets the Id of the Document that caused the QueryRow to be emitted into the View. This will be the same as the documentId property, unless the map function caused a related Document to be linked by adding an '_id' key to the emmitted value. In this case, documentId will refer to the linked Document, while sourceDocumentId always refers to the original Document. In a reduced or grouped Query, sourceDocumentId will be null because the rows don't correspond to individual Document.
Public propertyValue
Gets the QueryRow's value.
Top
See Also