コード例 #1
0
 public data.baseDS.investorCatDataTable GetInvestorCat()
 {
     data.baseDS.investorCatDataTable tbl = new data.baseDS.investorCatDataTable();
     DbAccess.LoadData(tbl);
     return tbl;
 }
コード例 #2
0
 public data.baseDS.investorCatDataTable GetInvestorCat()
 {
     data.baseDS.investorCatDataTable tbl = new data.baseDS.investorCatDataTable();
     DbAccess.LoadData(tbl);
     return(tbl);
 }
コード例 #3
0
 public static void LoadData(data.baseDS.investorCatDataTable tbl)
 {
     investorCatTA.ClearBeforeFill = false;
     investorCatTA.Fill(tbl);
 }