MikaelEliasson / EntityFramework.Utilities

Provides extensions for EntityFramework that doesn't exist out of the box like delete and update by query and bulk inserts
443 stars 176 forks source link

Update MappingHelper.cs #134

Open renewerkman opened 3 years ago

renewerkman commented 3 years ago

Add missing column lengh for SQL nchar and char type. Now it is default 1 for this types and that does not work for me.

RudeySH commented 3 years ago

This appears to be a duplicate of (a part of) #112. This was never merged into the main repository though. I merged it into my fork of EntityFramework.Utilities which is available on NuGet if you'd want to use that.

renewerkman commented 3 years ago

Thank you Rudey. I will youse your NuGet package then.

Op 08-04-2021 17:16 schreef Rudey ***@***.***>:

This appears to be a duplicate of (a part of) #112 https://github.com/MikaelEliasson/EntityFramework.Utilities/pull/112 . This was never merged into the main repository though. I merged it into my fork of EntityFramework.Utilities which is available on NuGet if you'd want to use that.

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/MikaelEliasson/EntityFramework.Utilities/pull/134#issuecomment-815907424 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AGFHGNRNAHQ3JBQ7GUXJ6WDTHXCE7ANCNFSM42TCJ2NA .