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
- Host: GitHub
- URL: https://github.com/justinamiller/datatableextensions
- Owner: justinamiller
- Created: 2019-03-14T19:05:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T19:14:24.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T16:34:53.759Z (11 months ago)
- Topics: c-sharp, datatable, entityframework, extension
- Language: C#
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DataTableExtensions
Helper for Datatable
var users = dbContext.Users.ToListAsync().Result.ToDataTable();