Collections 微风小田和收藏

Collections 微风小田和收藏,collections,breeze,Collections,Breeze,我正在尝试从odata服务器获取元数据,其中一个实体 <Property Name="StakeHoldersLGIds" Type="Collection(Edm.Int32)" Nullable="false"/> <Property Name="CollaboratorsLGIds" Type="Collection(Edm.Int32)" Nullable="false"/> 这看起来像个虫子,有解决办法吗 什么在生成OData元数据?i、 WCF数据服务,We

我正在尝试从odata服务器获取元数据,其中一个实体

<Property Name="StakeHoldersLGIds" Type="Collection(Edm.Int32)" Nullable="false"/>
<Property Name="CollaboratorsLGIds" Type="Collection(Edm.Int32)" Nullable="false"/>

这看起来像个虫子,有解决办法吗

什么在生成OData元数据?i、 WCF数据服务,WebApi OData,Sharepoint。。。等等。Webapi版本2 odataWebApi 2 OData实际上已损坏(MS metadata impl不符合规范),我们将在下周左右提供指导(和代码),说明如何修复此问题。在此之前,您可以将WCF DataServices.com也用于集合?因为这是我唯一的问题
var typeParts = csdlProperty.type.split(".");
    if (typeParts.length === 2) {
        dp = parseCsdlSimpleProperty(parentType, csdlProperty, keyNamesOnServer);