RavenDb Studio - 文档自定义列

RavenDb Studio - Document Custom Columns

有没有办法将复杂对象的子值绑定为列?

我的意思是这样的:

class A(){
    public B AnotherType { get; set; }
}

class B(){
    public string ShowMe { get; set; }
}

我需要绑定

AnotherType.ShowMe

作为文档视图的一列。

在工作室中,select 选择列:

然后使用 JS 语法添加绑定,如下所示: