- 补充 Ado.ExecuteDataTable Columns 包含 DataType 信息;

This commit is contained in:
28810
2020-07-15 11:49:36 +08:00
parent 309f70f02f
commit 58240836bf
20 changed files with 22 additions and 4 deletions

View File

@ -295,6 +295,7 @@ namespace FreeSql.Tests.Odbc.Dameng
Assert.Equal(item2.String, newitem2.String);
var items = select.ToList();
var itemstb = select.ToDataTable();
}
[Table(Name = "tb_alltype")]