Generators Auto Creating

I have a couple of tables in a Firebird database that use manually created character references rather that sequences (inherited this database, not my preferred solution, but we have to live with these things).

In the matching objects I have set the attribute

[Id('FRef', TIdGenerator.None)]

However, Aurelius still creates sequences/generators for these tables.

Is there a way to stop this? Not major, but helps avoid confusion.

Thanks

Just remove the Sequence attribute from the class.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.