Skip to content

DataTableFormatters/DataTableFormatters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Format ADO.NET DataTables and other objects with this NuGet package.

    public static void OutputTable(DataTable table)
    {
        Console.WriteLine(table.GetStringRepresentation());
    }

Build status Build status

About

Several formatters for ADO.NET objects (DataSet, DataTable, DataRow, DataColumn)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published