Hello,
I'm using NHIbernate and LLBLGen Pro 3.1 and wondering if there's a setting to have brackets around the column names. Currently I'm seeing this in my mappings:
<column name="CanvasID"/>
I would like to have this generated:
<column name="[CanvasID]"/>
Thanks for any input.