zamgi/MsSqlServerDatabaseTablesGraph

Table View: to visualize the tables and columns

fasteddys opened this issue · 1 comments

Hello this is very nice, can you please add this, the below code will give you a list of tables automatically.. to feed into the view

All DB Tables

var allTableNamesinDatabase = context.Model.GetEntityTypes()
    .Select(t => t.GetTableName())
    .Distinct()
    .ToList();
zamgi commented

hi,

as you can see, my friend, this application doesn't use the entity framework and the like, because it ... is not needed (no one)))