Home   Free Applications   Code Snippets   Fun Stuff 
 
 You are here: Home > Free Applications > Templates
Register   Login  

 
Site Navigation


Print Print this page
Email E-mail this page
Bookmark Add to Favorites

 
File Name: ORMapper.Templates.3.1.zip
File Size: 48,310 bytes
Downloaded: 2739 times
Posted by pwelter34 on Saturday, August 13, 2005 (EST)
1) Added support for Nullable types in .net 2.0
2) Added support for generic collections for relationships
3) Improved non-lazyload support
4) VB templates now escape keywords (Thanks Mark Kamoski)
5) Added ExplicateNamespace property to class and test generator to allow VB classes to include the namespace (Thanks Mark Kamoski)

ORMapper.Templates.3.1

  1. Added support for Nullable types in .net 2.0
  2. Added support for generic collections for relationships
  3. Improved non-lazyload support
  4. VB templates now escape keywords (Thanks Mark Kamoski)
  5. Added ExplicateNamespace property to class and test generator to allow VB classes to include the namespace (Thanks Mark Kamoski)

Notes:

To get Nullable type support, you need to set the NullDefaults property in MappingFile.cst to false.  This will add a nullable attribute to the mapping.config file that is used by the class generator.

When using generic collections for relationships in lazyload mode, the collections will be IList<T>.  When in non-lazyload, the collection will be Collection<T> and an instance will be created.  Also note that IList is still support make things backward compatible.

Click here to download this file



Top