martinjw/dbschemareader

Question: Convert DataTable to DatabaseTable?

swidz opened this issue · 1 comments

swidz commented

Hi,

Is there any public API to convert DataTable to DatabaseTable ?

Regards,
Sebastian

Not public, but ColumnConverter is used internally https://github.com/martinjw/dbschemareader/blob/master/DatabaseSchemaReader/Conversion/ColumnConverter.cs

Originally the DataTable APIs were not in .net Core, although they introduced it a long time ago now!