I am trying to put a default value in a mapping. When I run it says "default" not declared.
my code is
<property name="retrycount" column="retrycount" type="Int32" default="0" />
Is this support for nhibernate
Thank you
it is supported:
<property name="retrycount" type="Int32">
<column name="retrycount" default="0"/>
</property>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With