摘要:
1.KeyColumn public class ProductMap : ClassMap<Product>{ public ProductMap() { Id(p => p.ProductID); Map(p => p.CreateTime); Map(p => p.Name); Map(p => p.Price); }... 阅读全文
posted @ 2012-11-09 13:58
Livermore.S
阅读(236)
评论(0)
推荐(1)
浙公网安备 33010602011771号