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

updated to support DbGeography type #95

Open lastlink opened 8 years ago

lastlink commented 8 years ago

I can't take credit for this work from DJ, but this will add support for dbgeography type. Note: Microsoft.SqlServer.Types will have to be added from nuget to add this support and one other file that reads efdata reader as it no longer needs the 2nd parameter.