We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71a6ad commit d359555Copy full SHA for d359555
doc/reference/modules/query_linq.xml
@@ -481,8 +481,8 @@ IList<Cat> oldCats =
481
<sect2 id="querylinq-modifying-insert">
482
<title>Inserting new entities</title>
483
<para>
484
- <literal>Insert</literal> method extension expects a queryable defining the date source of the insert.
485
- This data can be entities or a projection. Then it allows specifying the target entity type to insert
+ <literal>Insert</literal> method extension expects a queryable defining the data source of the insert.
+ This data can be entities or a projection. Then it allows specifying the target entity type to insert,
486
and how to convert source data to those target entities. Two forms of target specification exist.
487
</para>
488
0 commit comments