Please direct questions to the nhusers group. Thanks, Richard
-----Original Message----- From: kimbered Sent: Wednesday, October 19, 2011 4:08 PM To: nhibernate-development Subject: [nhibernate-development] How to Access Column Properties?
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
