All the key properties in my CodeFluent model are of type ulong and must be automatically incremented by the database, for example:
<cf:property name="Id" typeName="ulong" key="true" persistenceIdentity="true" cfps:hint="CLUSTERED" />
One specific key property must start with the value 10 instead of 1. How can I specify this?
Another question: Do you have documentation about the cfps namespace?