MetaChildrenColumn.GetChildrenListPath(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取子表的列表操作页的路径。
public:
System::String ^ GetChildrenListPath(System::Object ^ row);
public:
virtual System::String ^ GetChildrenListPath(System::Object ^ row);
public string GetChildrenListPath(object row);
member this.GetChildrenListPath : obj -> string
abstract member GetChildrenListPath : obj -> string
override this.GetChildrenListPath : obj -> string
Public Function GetChildrenListPath (row As Object) As String
参数
- row
- Object
包含外键字段的行。
返回
子表的列表操作页的路径。
注解
GetChildrenListPath如果要使用指定行作为父级检索子表的列表操作页,请使用该方法。 通过将查询字符串值追加到包含参数中指定的 row 外键字段值的 URL 来获取路径。
GetChildrenListPath使用该方法与调用GetChildrenPath(String, Object)方法相同,并将操作作为第一个参数传递List。