MetaChildrenColumn.GetChildrenListPath(Object) 方法

定义

获取子表的列表操作页的路径。

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

包含外键字段的行。

返回

String

子表的列表操作页的路径。

注解

若要使用指定行作为父级检索子表的列表操作页,请使用 GetChildrenListPath 方法。 通过向包含 参数中指定的外键字段值的 URL 追加查询字符串值来获取 row 路径。

使用 方法与调用 方法并传递操作作为第一 GetChildrenListPath GetChildrenPath(String, Object) List 个参数相同。

适用于

另请参阅