Skip to main content
Module

x/typeorm/src/index.ts>RelationQueryBuilder#loadMany

Forked from https://github.com/typeorm/typeorm
Latest
method RelationQueryBuilder.prototype.loadMany
import { RelationQueryBuilder } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

Loads many entities (relational) from the relation. You can also provide ids of relational entities to filter by.

Type Parameters

optional
T = any

Returns

Promise<T[]>