backlinkMany<SourceEntityT> method
_QueryBuilder<SourceEntityT>
backlinkMany<SourceEntityT>(
- QueryRelationToMany<
SourceEntityT, T> rel, [ - Condition<
SourceEntityT> ? qc
inherited
Implementation
_QueryBuilder<SourceEntityT> backlinkMany<SourceEntityT>(
QueryRelationToMany<SourceEntityT, T> rel,
[Condition<SourceEntityT>? qc]) =>
_QueryBuilder<SourceEntityT>._link(
this, qc, C.qb_backlink_standalone(_cBuilder, rel._model.id.id));