21

Is there any way to create a naming convention for my primary key constraints in Fluent NHibernate?

I know you can name foreign key constraints, but it does not appear possible to name the primary key constraint.

Brett
  • 2,101
  • 2
  • 16
  • 20

1 Answers1

17

James Gregory from FNH says...

No, that's not supported through NHibernate, so we can't support it either.

http://groups.google.com/group/fluent-nhibernate/browse_thread/thread/9ea7155407d33772

rmontgomery429
  • 14,660
  • 17
  • 61
  • 66