运维网's Archiver
论坛
›
SQLite
› SQLite自动生成更新语句
457475451
发表于 2016-11-29 09:16:32
SQLite自动生成更新语句
当使用system.data.sqlite时:
sqLiteDataAdapter1.UpdateCommand = sqLiteCommandBuilder1.GetUpdateCommand(true);
sqLiteDataAdapter1.UpdateCommand.Connection = sqLiteConnection1;
页:
[1]
查看完整版本:
SQLite自动生成更新语句