Skip to content

missing override for GetSchemaTable  #23

@MyrionsHub

Description

@MyrionsHub

Hi,

we are using DataTable.Load() which calls GetSchemaTable() at a later state. This is only implemented as a virtual method in System.Data.Common.DbDataReader and needs an override. Otherwise there will be a NotSupportedException.

System.NotSupportedException: Specified method is not supported.
   at System.Data.Common.DbDataReader.GetSchemaTable()

Would it be possible to implement this directly inside the package?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions