gpt4 book ai didi

javascript - Uncaught Error : Unable to recognize DataType for: Edm. Self.Address with breezejs

转载 作者:行者123 更新时间:2023-11-30 13:13:13 25 4
gpt4 key购买 nike

我在尝试使用 breezejs 时遇到错误,该类型是来自 Entity Framework 的复杂类型(代码优先)。

Uncaught Error :无法识别数据类型:Edm.Self.Address

在 breezejs 中使用复杂类型是否有任何解决方法?来 self 的 Entity Framework 模型:

public class Address
{
public string Id { get; set; }
public string Street { get; set; }
public string City { get; set; }
public string ZipCode { get; set; }
public string Contry { get; set; }
}

最佳答案

Breeze 尚不支持 Entity Framework Complex 类型。它在我们的路线图上,但我们还没有。请在 Breeze 网站 (www.breezejs.com) 上为此功能投票。

关于javascript - Uncaught Error : Unable to recognize DataType for: Edm. Self.Address with breezejs,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13091476/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com