I have the following:
Id(x => x.ID, m =>
{
m.Column("IDUSER");
m.Generator(Generators.Sequence);
});
But how do I specify the sequence name?
Try to use: