I am using adapter. V2.6 latest build. (SD.LLBLGen.Pro.ORMSupportClasses.NET20, Version=2.6.0.0) VS 2010. .Net Framework 4.0. SQL Server DB.
I cannot seem to get my extended properties to come in as custom properties.
1. In SQL 2008, I added an extended property to the column of a table in my database by right clicking on the column, selecting Properties. When the dialog appeared I clicked on ExtendedProperties. Under Properties I added a Name and a Value and clicked OK.
2. In LLBLGen's Project Settings under Catalog Refresher I set "UpdateCustomPropertiesAfterRefresh" = True.
3. In LLBLGen's Project Settings under Misc. I set RetrieveDBCustomProperties = True.
4. I right clicked on my Catalog in Project Explorer in LLBLGen's designer and selected "Refresh this catalog".
5. On the Catalog Refresh dialog, I checked the "Custom properties" checkbox and then clicked "Retrieve shema(s)".
6. I then generated my project.
Unfortunately the custom property placed on my database column is not in the generated code.
If someone could provide me with the correct instructions on how to do this I would really appreciate it?
Thanks,
Billy Jacobs