Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table View: to visualize the tables and columns #1

Closed
fasteddys opened this issue Nov 6, 2022 · 1 comment
Closed

Table View: to visualize the tables and columns #1

fasteddys opened this issue Nov 6, 2022 · 1 comment

Comments

@fasteddys
Copy link

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
Copy link
Owner

zamgi commented Nov 6, 2022

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)))

@zamgi zamgi closed this as completed Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants