Skip to content

Define the Schema Objects for the DbConnection getSchema #15953

@saurabh500

Description

@saurabh500

Ref issue https://github.com/dotnet/corefx/issues/3423

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions