Show / Hide Table of Contents

Interface ISelectResultFrom

An interface representing a select result "FROM" a certain data source

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

Methods

| Improve this Doc View Source

From(String)

Specifies the source of this select result

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

The alias of the data source to select from

Returns
Type Description
ISelectResult

The modified select result

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