Show / Hide Table of Contents

Interface IFromRouter

An interface representing a portion of a query that can be routed to a FROM portion

Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IFromRouter

Methods

| Improve this Doc View Source

From(IDataSource)

Routes this IExpression to the nexe FROM portion of a query

Declaration
IFrom From(IDataSource dataSource)
Parameters
Type Name Description
IDataSource dataSource

The data source to use in the FROM portion of the query

Returns
Type Description
IFrom

The next FROM portion of the query for further processing

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