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

외래 키 필드가 포함된 행입니다.

반품

자식 테이블에 대한 목록 작업 페이지의 경로입니다.

설명

지정된 행을 GetChildrenListPath 부모로 사용하여 자식 테이블의 목록 작업 페이지를 검색하려는 경우 이 메서드를 사용합니다. 이 경로는 매개 변수에 지정된 row 외래 키 필드 값이 포함된 URL에 쿼리 문자열 값을 추가하여 가져옵니다.

메서드를 GetChildrenListPath 사용하는 것은 메서드를 호출하고 GetChildrenPath(String, Object) 작업을 첫 번째 매개 변수로 전달하는 List 것과 같습니다.

적용 대상

추가 정보