Posts by Jose Eduardo Martins • 1 point
1 post
-
0
votes0
answers27
viewsQ: How to create a Not Null field with an index associated with Nhibernate Fluent
I have a problem creating a field when using Fluent Nhibernate with SQL Server (C#): I have this entity with some fields with primitive types and others are complex fields: public class…