Hi, I want to access the column properties as they are saved in the databes table from the respective mapped objects, so I can pass them around the program where I need them. Specifically, I would like to access the COMMENTS property of the Column (want to use it as a tooltip).
I want the Column Value and the Comment that is a part of the column properties. It would be great to access them as a pair. Is there anyway to do this using nhibernate. Also, I am using Fluent. Thanks. Kim
