Using the Firebird.NET Provider and Entity Framework (code first), the names of foreign keys seem to apply to this convention:
FK_MyNetClassName1_MyNetClassName2
This allows you to easily overcome the limit of Firebird 30 characters. Is there a way to control foreign key names? (Can they be based on my shorter table names instead of the class name? Then they would also be uppercase!)
nater source share