Interface BelongsToManyCountAssociationsMixinOptions<T>

The options for the countAssociations mixin of the belongsToMany association.

See

BelongsToManyCountAssociationsMixin

Type Parameters

Hierarchy

Properties

scope?: string | boolean

Apply a scope on the related model, or remove its default scope by passing false.

transaction?: null | Transaction

The transaction in which this query must be run.

If CLS is enabled and a transaction is running in the current CLS context, that transaction will be used, unless null or a Transaction is manually specified here.

The WHERE clause. Can be many things from a hash of attributes to raw SQL.

Visit https://sequelize.org/docs/v7/core-concepts/model-querying-basics/ for more information.

Generated using TypeDoc