Show / Hide Table of Contents

Interface ISelectResultAs

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

Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface ISelectResultAs : ISelectResult

Methods

| Improve this Doc View Source

As(String)

Adds an alias to the select result

Declaration
ISelectResult As(string alias)
Parameters
Type Name Description
System.String alias

The alias to assign to the select result

Returns
Type Description
ISelectResult

The modified select result

  • Improve this Doc
  • View Source
Back to top Generated by DocFX