Click or drag to resize

EntityCollectionBaseTEntityInsertMultiAsync Method

Overload List
  NameDescription
Public methodInsertMultiAsync(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.
Public methodInsertMultiAsync(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.
Top
See Also