1
Answer

How to add column in table at runtime in .net core and EF core ?

Amr Elshaer

Amr Elshaer

3y
915
1

I have a page of Products I want to allow the Client to add an extra column in the grid if he needs like this

Products Page
Id Name  Price

I want to allow a client to add a column if he need like ExpireDate,.....

Answers (1)