Click or drag to resize

JoinLeftJoin Method

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public static IJoinOn LeftJoin(
	IDataSource dataSource
)

Parameters

dataSource
Type: Couchbase.Lite.QueryIDataSource
The data source to JOIN with

Return Value

Type: IJoinOn
An IJoinOn instance for processing
See Also