Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Aug 15, 2008 10:10 PM by aktxyz
Member
2 Points
27 Posts
Aug 15, 2008 10:10 PM|LINK
I have a T4 template that generates some more LINQ goodness.
My naive method just adds an "s", which means Address becomes Addresss, which fails to compile since Linq properly generated Addresses.
Sooooo, how to pluralize the same way!
aktxyz
Member
2 Points
27 Posts
How do fields get pluralized? I need to do the same... Address to Addresses
Aug 15, 2008 10:10 PM|LINK
I have a T4 template that generates some more LINQ goodness.
My naive method just adds an "s", which means Address becomes Addresss, which fails to compile since Linq properly generated Addresses.
Sooooo, how to pluralize the same way!