I saw some Fabio Molo docs that show the following options:
<id name="Id" type="Int64" column="cat_id"> <generator class="hilo"> <param name="table">hi_value</param> <param name="column">next_value</param> <param name="max_lo">100</param> </generator> </id>
However, to this question, the poster uses <param name="schema">... , I would like to indicate the circuit for the HiLo generator.
Is there any final documentation for all generator parameters? I tried to use it without success.
nhibernate hilo
Mike scott
source share