去掉json

This commit is contained in:
xuejiaming 2022-06-16 17:01:27 +08:00
parent 993fa868f4
commit 838ecd3e32
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ namespace Sample.AutoCreateIfPresent
using (var dataTable = connection.GetSchema(Tables))
{
var serializeObject = JsonConvert.SerializeObject(dataTable);
for (int i = 0; i < dataTable.Rows.Count; i++)
{
var schema = dataTable.Rows[i][TABLE_SCHEMA];