- 补充 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

@ -271,6 +271,7 @@ namespace FreeSql.Tests.Odbc.MySql
Assert.Equal(item2.testFieldString, newitem2.testFieldString);
var items = select.ToList();
var itemstb = select.ToDataTable();
}