示例#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);
 }