非Insert update 的时候提交数据                SQLTableInfoCollection Infos = new SQLTableInfoCollection();
非Insert update 的时候提交数据                SQLTableInfo Infok 
= new SQLTableInfo("*","ID","temp",this);
非Insert update 的时候提交数据                DataRow row 
= Infok.InsertData(DbConnection);
非Insert update 的时候提交数据                Infok.SetCommands(AdapterCommand.Insert,DbConnection);
非Insert update 的时候提交数据                Infos.Add(Infok);
非Insert update 的时候提交数据                row[
0]=1234;
非Insert update 的时候提交数据                row[
1]="aaaaa";                
非Insert update 的时候提交数据                Infos.Update(
this);

相关文章:

  • 2021-07-25
  • 2022-12-23
  • 2022-12-23
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
  • 2021-06-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
  • 2022-03-03
  • 2022-12-23
  • 2021-10-13
  • 2021-09-13
相关资源
相似解决方案