Click or drag to resize

ISelectResultAs Interface

An interface reprsenting a select result that can be aliased to an arbitrary name

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public interface ISelectResultAs : ISelectResult

The ISelectResultAs type exposes the following members.

Methods
  NameDescription
Public methodAs
Adds an alias to the select result
Top
See Also