Skip to content

Instantly share code, notes, and snippets.

@anakahala
Last active January 2, 2016 21:59
Show Gist options
  • Select an option

  • Save anakahala/8367055 to your computer and use it in GitHub Desktop.

Select an option

Save anakahala/8367055 to your computer and use it in GitHub Desktop.
// 商品マスタ全件取得
List<MShohin> shohinList = mshohinDataAccess.SelectList();
foreach(MShohin s in shohinList)
{
// 何かしらの処理
var shohinCd = s.ShohinCd;
var shohinName = s.ShohinName;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment