Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite.Query
Join Class
Join Methods
CrossJoin Method
InnerJoin Method
LeftJoin Method
LeftOuterJoin Method
Join
LeftOuterJoin Method
Creates a LEFT OUTER JOIN clause
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
Copy
public
static
IJoinOn
LeftOuterJoin
(
IDataSource
dataSource
)
Parameters
dataSource
Type:
Couchbase.Lite.Query
IDataSource
The data source to JOIN with
Return Value
Type:
IJoinOn
An
IJoinOn
instance for processing
See Also
Reference
Join Class
Couchbase.Lite.Query Namespace