Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fluent NHibernate primary key constraint naming conventions

Tags:

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.

like image 548
Brett Avatar asked Aug 31 '09 15:08

Brett


1 Answers

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

like image 123
rmontgomery429 Avatar answered Sep 18 '22 00:09

rmontgomery429