Info
Version: | 1.0.5 |
Author(s): | Ward Bell |
Last Update: | Friday, April 18, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.breezejs.com/breeze-labs/breezeedmbuilder |
NuGet Url: | https://www.nuget.org/packages/Breeze.EdmBuilder |
Install
Install-Package Breeze.EdmBuilder
dotnet add package Breeze.EdmBuilder
paket add Breeze.EdmBuilder
Breeze.EdmBuilder Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
This EDM can produce the metadata Breeze needs to manage a corresponding JavaScript entity model on the client including the foreign key properties necessary to maintaining associations. This builder replaces the ODataConventionModelBuilder in a Web API OData application.
See the comments in the code for an explanation and usage. See it in action in
the "Breeze Web API OData Sample".