次の方法で共有


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 として渡すのと同じです。

適用対象

こちらもご覧ください