- 补充 Oracle DbFirst raw 等类型映射处理,其他未处理的类型将映射为 string;#70

This commit is contained in:
28810
2019-07-09 10:49:37 +08:00
parent 3ebc01f88d
commit 272e55ecbf
12 changed files with 31 additions and 12 deletions

View File

@ -19,7 +19,7 @@ namespace FreeSql.Tests.Oracle
{
var t2 = g.oracle.DbFirst.GetTablesByDatabase();
//var tb = g.oracle.Ado.ExecuteArray(System.Data.CommandType.Text, "select * from \"tb_dbfirst\"");
}
}
}