Simple question, I'm generating classes based on tables from SQL Server 2005 and I'd like to get some information in user-created Extended Properties from the table. However, the extended properties don't seem to populate. I enter and save a value into an extended property in sql srvr mgmt studio, script the table to ensure the property is saved, and then select my source table from my template and run my template, however when I debug and expand the collection of Extended Properties underlying the table schema object, it only ever has the default sql server provided one.
Can anyone give me some suggestions as to how to troubleshoot this?
Thanks much,
Richard