共用方式為


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 動作做為第一個參數相同。

適用於

另請參閱