insertMany

Inserts an array of models.

@system
void
insertMany
(
T : IModel
)
(
T[] models
)

Parameters

models T[]

The models to insert.

Meta