.NET Core adds a new column schema API (to replace `GetSchemaTable` from the .NET Framework): dotnet/corefx#5915 Implement `IDbColumnSchemaGenerator.GetColumnSchema` on `MySqlDataReader` and return schema information.
.NET Core adds a new column schema API (to replace
GetSchemaTablefrom the .NET Framework): dotnet/corefx#5915Implement
IDbColumnSchemaGenerator.GetColumnSchemaonMySqlDataReaderand return schema information.