EasyAbp / Abp.DynamicEntity

An ABP module that can dynamically create entities at runtime and perform CRUD operations like normal entities
50 stars 8 forks source link

Is there any plans to support split table? #1

Open SayHelloGsx opened 3 years ago

SayHelloGsx commented 3 years ago

There is only one DynamicEntities table. If I have a lot of model and data in one table. I think it's not right.

wakuflair commented 3 years ago

Hi @SayHelloBriggs Your entity can implement the IDynamicEntityModel interface. You can check the implementation of the DynamicEntity.