MongoSchema.insertMany

Inserts many documents at once. The resulting IDs of the symbols will be generated by the server and not known to the caller.

mixintemplate MongoSchema()
static
void
insertMany
(
T
)
(,
InsertFlags options = InsertFlags.none
)
if (
isInputRange!T &&
is(ElementType!T : typeof(this))
)

Meta