Entityframework reverse POCO generator V2.1 released
Whats new in v2.1.0:
- Fixed bug if default constraint was not in expected format. Thanks to Filipe Fujiy.
- Now detects name clashes with C# keywords.
- Added "System." to DateTime.Now(), etc to prevent clashes with table field names.
- "Configuration" class names are now configurable as "Mapping", "Map", etc.
- Added support for Spatial.DbGeometry and Spatial.DbGeography. Thanks to Simply Foolish and Jorge Bustos.
- Can now have custom collection type for Navigation Properties. "ObservableCollection" for example. Thanks to Simply Foolish.