IEntityCollectionInsertMultiAsync Method |
Name | Description | |
---|---|---|
InsertMultiAsync(DynamicQuery) |
Async variant of InsertMulti(DynamicQuery)
Inserts all rows matching the select query into the target of the entity type this collection is for.
Which fields are inserted is defined by the select query. Sequenced fields are taken care of if they're not specified in the select query.
This method will result in an INSERT INTO entityTarget (field1, field2...) SELECT ... statement.
| |
InsertMultiAsync(DynamicQuery, CancellationToken) |
Async variant of InsertMulti(DynamicQuery)
Inserts all rows matching the select query into the target of the entity type this collection is for.
Which fields are inserted is defined by the select query. Sequenced fields are taken care of if they're not specified in the select query.
This method will result in an INSERT INTO entityTarget (field1, field2...) SELECT ... statement.
|