-
Notifications
You must be signed in to change notification settings - Fork 345
-
Hi everyone, I can't find this in the internet so I decided to post this question here. MySqlBulkCopy doesn't support the value converters of EF Core?
Beta Was this translation helpful? Give feedback.
All reactions
Answered by
bgrainger
Mar 1, 2023
Correct; the only "converters" MySqlBulkCopy
supports are expressions that you set in MySqlBulkCopyColumnMapping
: https://mysqlconnector.net/api/mysqlconnector/mysqlbulkcopy/columnmappings/.
Replies: 1 comment
-
Correct; the only "converters" MySqlBulkCopy
supports are expressions that you set in MySqlBulkCopyColumnMapping
: https://mysqlconnector.net/api/mysqlconnector/mysqlbulkcopy/columnmappings/.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Answer selected by
DisplayL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment