Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/294.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# SharpArchitecture/Fluent NHibernate_C#_Nhibernate_Fluent_S#arp - Fatal编程技术网

C# SharpArchitecture/Fluent NHibernate

C# SharpArchitecture/Fluent NHibernate,c#,nhibernate,fluent,s#arp,C#,Nhibernate,Fluent,S#arp,DomainSignature属性是否在数据库中创建唯一约束 Fluent NHibernate 1.1.0.685是否正确支持自然化?域签名不会在DB中创建约束 是的,Fluent NH支持自然ID map.NaturalId() .Property(x => x.Name) .Property(x => x.NickName); “我的配置”中的语法“自然主义”不适用于引用的对象(外键)。

DomainSignature属性是否在数据库中创建唯一约束


Fluent NHibernate 1.1.0.685是否正确支持自然化?

域签名不会在DB中创建约束

是的,Fluent NH支持自然ID

map.NaturalId()
      .Property(x => x.Name)
      .Property(x => x.NickName);

“我的配置”中的语法“自然主义”不适用于引用的对象(外键)。