DataTable dt = new DataTable();

bool foofunc(ref DataTable dt)
{
  ・・・・
  adapter.Fill(dt);

こんなコード見たんだが何かメリットあるのか?