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

@ -268,6 +268,7 @@ namespace FreeSql.Tests.PostgreSQL.NetTopologySuite
Assert.Equal(item2.testFieldString, newitem2.testFieldString);
var items = select.ToList();
var itemstb = select.ToDataTable();
}
[Table(Name = "tb_alltype_nts")]