An open API service indexing awesome lists of open source software.

https://github.com/justinamiller/datatableextensions

Helper for Datatable
https://github.com/justinamiller/datatableextensions

c-sharp datatable entityframework extension

Last synced: 9 months ago
JSON representation

Helper for Datatable

Awesome Lists containing this project

README

          

# DataTableExtensions
Helper for Datatable

var users = dbContext.Users.ToListAsync().Result.ToDataTable();