How to update 2 DataSets under one transaction?

前端 未结 0 1082
青春惊慌失措
青春惊慌失措 2020-12-12 21:48

There are 2 strongly typed DataSets in my example project and I have following code:

static void Main(string[] args)
{
    DataSet1 dataSet1 = new DataSet1();         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题