How edit items in admin tool Umbraco, which was created with entity framework?
I added in my umbraco project Entity Framework module for work with large data (table with approximately 1 mln records). I dream edit records of this table in umbraco admin tool. How do it?
* I agree to any decision, and I'm ready for writing many code so done it. P.S. v4.72
I guess you are going to use separate database, so in this case I doubt you can do that. In Umbraco backend you can only manage documents which were created in Umbraco database via Umbraco or Umbraco api.
How edit items in admin tool Umbraco, which was created with entity framework?
I added in my umbraco project Entity Framework module for work with large data (table with approximately 1 mln records). I dream edit records of this table in umbraco admin tool.
How do it?
* I agree to any decision, and I'm ready for writing many code so done it.
P.S. v4.72
I guess you are going to use separate database, so in this case I doubt you can do that. In Umbraco backend you can only manage documents which were created in Umbraco database via Umbraco or Umbraco api.
is working on a reply...