cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Entityframework Core Scaffold Database Model Stuck

kerria
Explorer
0 Likes
3,704

I can't scaffold with Sap.EntityFrameworkCore.Hana.

v7.0, the process stuck for hours

View Entire Topic
kerria
Explorer
0 Likes

But if i use 3rd example, that means i must set --table for each table? isn't that inefficient? i mean in this project we have tables more than 100.

Table that mention in error are in the same schema, i think why error occurs because class model for table not generated, that's why i need scaffold using 'schema'.

# table REF_SSBP of course have Primary Key

---------------------------

Disclaimer

this is the old system that need rejuvenate, previously we use ADO.NET at .NET Framework for scaffold model. but since .NET Core / .NET has launched we must change everything that related to .NET Framework to .NET Core / .NET.

At ADO.NET we can select the schema we want to scaffold. Since it's using Gui we just checked the checkbox of schema name and click button okey at visual studio.