Click or drag to resize

IFromRouter Interface

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

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

The IFromRouter type exposes the following members.

Methods
  NameDescription
Public methodFrom
Routes this IExpression to the nexe FROM portion of a query
Top
See Also