Update DataSet structure in Visual Studio to match new SQL Database Structure

后端 未结 2 1158
逝去的感伤
逝去的感伤 2020-12-25 11:28

After making some changes to my SQL database structure (using scripts in SQL Server Management Studio), how can I update my DataSet.xsd file in Visual Studio to match the ne

2条回答
  •  无人及你
    2020-12-25 12:17

    • Open the server explorer and browse through the Database to the table to be added
    • Check the table is update
    • Drag the table to your Dataset

提交回复
热议问题