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 같습니다.

적용 대상

추가 정보