NavigationSourceConfiguration Odata端点集网址

时间:2018-10-02 11:26:05

标签: c# odata

我的组织具有以下OData端点:https://beta.opendata.cbs.nl/OData4/ 它公开了我想更改为类似url的url。 (现在,它只是一个字符串:“ Catalogs”)。 在C#代码中,有一个ODataConventionModelBuilder对象,该对象公开了以url为获取属性的EntitySet。如何更改网址?


这是我的代码:

var builder = new ODataConventionModelBuilder(serviceProvider);
var catalogConfiguration = builder.EntitySet<Catalog>(Constants.CatalogDatabaseName); 
return builder.GetEdmModel();

0 个答案:

没有答案