You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think have this type of way to write : var tables = context.Database.GetTableAsync();
SQL requests to list it : SELECT name FROM sqlite_master WHERE type = 'table'
The text was updated successfully, but these errors were encountered:
I think have this type of way to write :
var tables = context.Database.GetTableAsync();
SQL requests to list it :
SELECT name FROM sqlite_master WHERE type = 'table'
The text was updated successfully, but these errors were encountered: