Changes since 0.5 Beta
- Fixed some formatting issues in the generated code, and added some comment headers that indicate that the file is generated.
- Added LINQ to SQL Refresh so that after insert or update latest values are now retrieved from the database after the change (does not apply to N:N relationship entities, only standard business entities).
- Added more WCF Ria Services Support
- Ability to Specify whether to generate standard insert/update/delete methods
- Ability to Specify if [RequiresAuthentication] should be added to insert/update/delete methods
- Relationships between activities and activity parties are now marked with the [Composition] attribute, so that when the activity party is changed, the activity parent is also sent to the backend, avoiding previous issue where you were forced to update the activity in order for the activity party to be updated.