Hi, I will have a table with more than 7 billion rows so I need log for primary key. How to specify the HiLo to use In64 instead of int?
Thanks
Hi, I will have a table with more than 7 billion rows so I need log for primary key. How to specify the HiLo to use In64 instead of int?
Thanks
type="int64"
or just declare your Id property as long
and NH will pick it up.