Skip to main content
Module

x/typeorm/src/index.ts>RelationCount

Forked from https://github.com/typeorm/typeorm
Latest
function RelationCount
Deprecated
Deprecated

Do not use this decorator, it may be removed in the future versions

import { RelationCount } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

Holds a number of children in the closure table of the column.

Parameters

relation: string | ((object: T) => any)
optional
alias: string
optional
queryBuilderFactory: (qb: SelectQueryBuilder<any>) => SelectQueryBuilder<any>

Returns

Function