Example #1
0
 public Form1()
 {
     InitializeComponent();
     _mapping = ColumnMapper.AutomapForType <Product>();
     //_mapping = ColumnMapper.ForType<Product>(x => x.Named("test").AtIndex(3));
 }