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?
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.
Would it be possible to implement this directly inside the package?