Skip to content

ammardib/DataTableAndList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DataTableAndList

This is a simple console app to convert DataTable to List and vice versa.

DataTableAndListConverter

ConvertToDataTable generic method:

DataTable ConvertToDataTable<T>(List<T> _list)

ConvertToList generic method:

List<T> ConvertToList<T>(DataTable dataTable)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages