gpt4 book ai didi

xamarin - 是否可以使用 Xamarin 查询 Realm 中的嵌套对象?

转载 作者:行者123 更新时间:2023-12-05 01:28:28 25 4
gpt4 key购买 nike

使用以下代码访问嵌套对象时出现以下异常:

System.NotSupportedException: The left-hand side of the Equal operator must be a direct access to a persisted property in Realm.

但是在 Objective C 中,您似乎可以以某种方式查询嵌套对象。是否计划或有解决方案来查询 xamarin 中的嵌套对象?

Realm.All<Person>().Where(p => p.Name.Firstname == "Test");

public class Person : RealmObject
{
public string Town { get; set; }
public PersonName Name { get; set; }
}

public class PersonName : RealmObject
{
public string Firstname { get; set; }
public string Lastname { get; set; }
}

最佳答案

这是计划中的功能。您可以跟踪 GitHub issue .

关于xamarin - 是否可以使用 Xamarin 查询 Realm 中的嵌套对象?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42951930/

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