How do I determine the schema name for a given database "MyDB", listing all tables contained in the database (in MS SQL Express)? Is it "MyDB.Security.Schemas/INFORMATION_SCHEMA"?
I am using EF Core with Blazor, code first.
Background: I want to determine whether a certain table is present in the database.