Skip to content

Commit 199c8e6

Browse files
authored
Update README.md
1 parent a27dc79 commit 199c8e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ _ Setting it False can optionally be used to solve deadlock issue Insert.
328328
**CustomSqlPostProcess** If used, should be set to valid pure Sql syntax, that would be run after main operation but before deleting temporary tables. One practical use case would be to move data from TempOutput table (set UniqueTableNameTempDb to False know the name) into a some Log table, optionally using FOR JSON PATH (example test: *CustomSqlPostProcessTest*).
329329
**IncludeGraph** when set, all entities that have relations with main ones from the list are also merged into theirs tables.
330330
**OmitClauseExistsExcept** removes the clause from Merge statement, required when having noncomparable types like XML, and useful when need to activate triggers even for same data.
331-
_ Also in some [sql collation](https://github.com/borisdj/EFCore.BulkExtensions/issues/641), small and capital letters are considered same (case-insensitive) so for BulkUpdate set it false.
331+
_ Also in some [sql collation](https://github.com/borisdj/EFCore.BulkExtensions/issues/641), small and capital letters are considered same (case-insensitive) so for BulkUpdate set false.
332332
**DoNotUpdateIfTimeStampChanged** if set checks TimeStamp for Concurrency, ones with conflict will [not be updated](https://github.com/borisdj/EFCore.BulkExtensions/issues/469#issuecomment-803662721).
333333
Return info will be within *BulkConfig.**TimeStampInfo*** in field `NumberOfSkippedForUpdate` and list `EntitiesOutput`.
334334
**SRID** Spatial Reference Identifier - for SQL Server with NetTopologySuite.

0 commit comments

Comments
 (0)