- Now has Stored procedure support!
- This includes the ability to retrieve the RESULT from stored procs, as well as the data. A result of 0 means success, any other value is an error.
- Include stubs for the stored procs in the FakeDbContext.
- Sort contents of HasForeignKey(...) by foreign key ordinal.
- Prevent creating maps where the left and right side of the map are the same table.
- Use a try/catch for WCF projects. Thanks to FJRodriguez.
- Include examples of CustomPluralizationEntry. Thanks to Carrie Kroutil.
- Allow for manual setting of the targeted .Net framework version.
↧
Released: v2.9.0 Stored procedure support (Jan 20, 2015)
↧