-
Notifications
You must be signed in to change notification settings - Fork 13
missing override for GetSchemaTable #23
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request