My application uses two lookup tables that I want to use to optimize memory.
There seems to be no attribute to declare this;
Is it possible to connect to the process of creating a table and find a custom attribute and change the create table command?
I am using Entity Framework 6.1 with First code.
I’m looking for a way to make it declarative, so if, for example, EF 6.2 or a newer version supports it officially, I can refuse my hack.
source
share