Abp.DynamicEntity icon indicating copy to clipboard operation
Abp.DynamicEntity copied to clipboard

Is there any plans to support split table?

Open SayHelloGsx opened this issue 5 years ago • 1 comments

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

SayHelloGsx avatar Sep 29 '20 07:09 SayHelloGsx

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

wakuflair avatar Sep 29 '20 08:09 wakuflair