<title data-rh="true">Query Result Sets | React Native Couchbase Lite Enterprise Edition Native Module</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="http://cbl-reactnative.dev/img/couchbase-social-card.jpg"><meta data-rh="true" name="twitter:image" content="http://cbl-reactnative.dev/img/couchbase-social-card.jpg"><meta data-rh="true" property="og:url" content="http://cbl-reactnative.dev/Queries/query-result-set"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Query Result Sets | React Native Couchbase Lite Enterprise Edition Native Module"><meta data-rh="true" name="description" content="When querying a database, the results are returned as an array of objects (ResultSet). Each object (Result) has keys based on the collection names used in the FROM statement of your query. If an alias is used, the key will be the alias name. This allows you to access the properties of the results easily and ensures that the structure of your results matches the query structure."><meta data-rh="true" property="og:description" content="When querying a database, the results are returned as an array of objects (ResultSet). Each object (Result) has keys based on the collection names used in the FROM statement of your query. If an alias is used, the key will be the alias name. This allows you to access the properties of the results easily and ensures that the structure of your results matches the query structure."><link data-rh="true" rel="icon" href="/img/favicon.ico"><link data-rh="true" rel="canonical" href="http://cbl-reactnative.dev/Queries/query-result-set"><link data-rh="true" rel="alternate" href="http://cbl-reactnative.dev/Queries/query-result-set" hreflang="en"><link data-rh="true" rel="alternate" href="http://cbl-reactnative.dev/Queries/query-result-set" hreflang="x-default"><link rel="alternate" type="application/rss+xml" href="/blog/rss.xml" title="React Native Couchbase Lite Enterprise Edition Native Module RSS Feed">
0 commit comments