在NHibernate的应用中,添加Entity层,添加实体类和Mappings文件。实体层 SupplierEntitypublic class SupplierEntity { /// /// 供应商ID /// public virtual int SupplierID { get; set; } /// /// 名称 /// public virtual string Name { get; set; } /// /// 联系人 ... Read More
posted @ 2014-02-26 17:24
HJH0517
Views(1211)
Comments(0)
Diggs(0)