in a template, I want to get the default value in sql server so I can set the property of the entity to this default value.
For instance I have a table with a field called AmountOfItems. There is an sql default on this field thats 100. I want the entity to set AmountOfItems to 100 when it's created.