果糖网
果糖网
模版管理可以处理
后面支持一下
目前是基于11G开发的,低版本可能会有不兼容
> I have a fix for this but it requires a couple of small changes to roslyn. Can you share
All add
https://github.com/DotNetNext/SqlSugar/wiki Efforts in writing, source code DEMO is in English
1、Migration is run time db.CodeFirst.InitTables(Type[]) 2、Supports dynamic CRUD https://www.donet5.com/Home/Doc?typeId=2422 This piece is still in Chinese, and I will try to sort out the English ones later ```cs Type[] types= typeof(class...
If there is no class, it can be created dynamically ```cs var type = db.DynamicBuilder().CreateClass("table1", new SugarTable() { }) .CreateProperty("Id", typeof(int),new SugarColumn() {IsPrimaryKey=true,IsIdentity=true }) .CreateProperty("Name",typeof(string), new SugarColumn() { }) .WithCache()//cache...
Close it first. If you have any questions, you can post issues
改了类名在改表名就行了