Click or drag to resize

SelectResult Class

A class for generating instances of ISelectResult. This *will* be expanded on in the near future.
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.QuerySelectResult

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public static class SelectResult

The SelectResult type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAll
Creates a select result instance that will return all of the data in the retrieved document
Public methodStatic memberExpression
Creates an instance based on the given expression
Public methodStatic memberProperty
Creates an instanced based on a given property path
Top
See Also