DQuery.join

Returns a union between this query and another one.

struct DQuery(QueryType, QueryElements...)
@property static
join
(
OType
OElements...
)
(
DQuery!(OType, OElements) query
)

Parameters

query DQuery!(OType, OElements)

The other query being joined with this one.

Meta