0

I will have a table with more than 7 billion rows so I need long for primary key. How to specify the HiLo to use In64 instead of int?

Thanks

Ian Nelson
  • 57,123
  • 20
  • 76
  • 103
Luka
  • 4,075
  • 3
  • 35
  • 61

1 Answers1

0

type="int64" or just declare your Id property as long and NH will pick it up.

Diego Mijelshon
  • 52,548
  • 16
  • 116
  • 154