我想使用微风和odata服务:
breeze.config.initializeAdapterInstances({dataService: "OData"});
var ms = new breeze.MetadataStore();
ms.fetchMetadata("http://services.odata.org/V3/OData/OData.svc")
.then(function(rawMetadata) {...});
或者,像这样:
breeze.config.initializeAdapterInsta
如果实体存在,我有OData端点对客户端名和姓氏进行筛选。当用户在名称字符串中使用‘字符,而这将破坏OData URI解析器,我的测试字符串将是
?$filter=FirstName eq 'test'20001‘和LastName eq 'test20001’
我的堆栈追踪
{
"error": {
"code": "",
"message": "The query specified in the URI is not valid. There i
我为一个具有开放数据类型类型的实体提供服务:
IDictionary
我无法使用$select关键字来选择字典中的动态数据。我还有其他的静态特性,$select很好。我得到的错误如下:
{
"error": {
"code": "",
"message": "The query specified in the URI is not valid. An identifier was expected at position 0.",
"innererror":