dpblue wrote:
I want to get comment from columns in a table,is it possible to do it in LLBLGen?
You mean, obtain the comments/additional properties for a table / table fields in a schema? Yes you can do so, please make sure 'Update custom properties after relational model data sync' and 'Retrieve db custom properties' are set to true (checked) in project settings under Database first development under Entity model. We call them 'custom properties' as you can use them to drive code generation and also generate comments on the code elements mapped onto the elements which have custom properties.