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
The Database schema being exposed by the DbConnection.GetSchema() needs to return the schema of the database.
The API should expose strongly typed objects. Issue #15269 is an effort to design the DbColumn representing the Column schema which will be one of the items of the collection of Base types which the Database schema should expose.
This issue is for the discussion of the Types for the schema and refining the types.
I will add more details here as we come up with the design.
The Base types will be added to System.Data.Common and an API will be added to the DbConnection exposing the top level schema object.