Gets or sets whether to include the entire 
Document content with the results. 
            The 
Documents can be accessed via the 
QueryRow's 
            documentProperties property.
            
 
    Namespace: 
   Couchbase.Lite
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntaxpublic bool Prefetch { get; set; }Property Value
Type: 
Booleantrue if prefetch; otherwise, 
false.
See Also