Skip to content

A brief working example of building an OData v4 service on top of an existing (a standard Northwind) database. To make things work, pay attention to a) WebApiConfig.cs - builder.EntitySet statements; b) the fact that your POCO classes should all have a [Key] sttribute above the respective primary key columns

eugene-goldberg/ODataProductService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ODataProductService

A brief working example of building an OData v4 service on top of an existing (a standard Northwind) database. To make things work, pay attention to: a) WebApiConfig.cs - builder.EntitySet statements; b) the fact that your POCO classes should all have a [Key] sttribute above the respective primary key columns

About

A brief working example of building an OData v4 service on top of an existing (a standard Northwind) database. To make things work, pay attention to a) WebApiConfig.cs - builder.EntitySet statements; b) the fact that your POCO classes should all have a [Key] sttribute above the respective primary key columns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published