コード例 #1
0
ファイル: Form1.cs プロジェクト: Pondidum/ViewWeaver
 public Form1()
 {
     InitializeComponent();
     _mapping = ColumnMapper.AutomapForType <Product>();
     //_mapping = ColumnMapper.ForType<Product>(x => x.Named("test").AtIndex(3));
 }