Info
Version: | 1.2.15 |
Author(s): | Mark Middlemist |
Last Update: | Tuesday, October 15, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/delradie/DataTableOData |
NuGet Url: | https://www.nuget.org/packages/Mercato.AspNet.OData.DataTableExtension |
Install
Install-Package Mercato.AspNet.OData.DataTableExtension
dotnet add package Mercato.AspNet.OData.DataTableExtension
paket add Mercato.AspNet.OData.DataTableExtension
Mercato.AspNet.OData.DataTableExtension Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.OData(>= 7.5.2)
- Microsoft.AspNet.WebApi.Core(>= 5.2.7)
- Microsoft.OData.Core(>= 7.8.1)
- Microsoft.OData.Edm(>= 7.8.1)
- Microsoft.Spatial(>= 7.8.1)
- Swashbuckle.Core(>= 5.6.0)
- System.Data.DataSetExtensions(>= 4.5.0)
Tags
This is an initial implementation to allow for core functionality in cases where there is no fixed structure for the datatable at design time, meaning that use of the standard Microsoft.AspNet.OData nuget is precluded by the lack of a fixed EdmModel or underlying Entity source.