DotNetNext / SqlSugar

.Net aot ORM Fastest ORM Simple Easy VB.NET Sqlite orm Oracle ORM Mysql Orm 虚谷数据库 postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET5 ORM .NET6 ORM ClickHouse orm QuestDb ,TDengine ORM,OceanBase orm,GaussDB orm ,Tidb orm Object/Relational Mapping
https://www.donet5.com/Home/Doc
MIT License
5.19k stars 1.32k forks source link

As方法不见了 #1167

Closed netstart188 closed 1 year ago

netstart188 commented 1 year ago

请问!Storageable(dt).As("新表名"),现在As方法去掉了?用什么方式替代!

DotNetNext commented 1 year ago

dt一直不用as

DotNetNext commented 1 year ago
var dt=new DataTable();
dt.TableName = "order"; //设置表名
netstart188 commented 1 year ago

dt一直不用as

Sqlsugar 5.0.6.2 版本是有这个方法

DotNetNext commented 1 year ago

DataTable 一直没这个方法

DotNetNext commented 1 year ago

你肯定用的字典或者实体