结构体 KeyPath
程序集:Realm.dll
语法
public readonly struct KeyPath
方法
|
编辑本页
查看源代码
ForExpression<T>(Expression<Func<T, object?>>)
声明
public static KeyPath ForExpression<T>(Expression<Func<T, object?>> expression) where T : IRealmObject
参数
类型 |
名称 |
说明 |
表达式< Func <T, 对象 >> |
表达式(expression) |
指定属性路径的表达式。
|
返回:
类型参数
示例
var keyPath = KeyPath.For<Person>(p => p.Dog.Name);
操作符
|
编辑本页
查看源代码
操作符==(KeyPath, KeyPath)
声明
public static bool operator ==(KeyPath left, KeyPath right)
参数
返回:
|
编辑本页
查看源代码
隐式操作符 KeyPath(string)
声明
public static implicit operator KeyPath(string s)
参数
返回:
|
编辑本页
查看源代码
操作符!=(KeyPath, KeyPath)
声明
public static bool operator !=(KeyPath left, KeyPath right)
参数
返回: