MetaChildrenColumn.GetChildrenListPath(Object) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
자식 테이블에 대한 목록 작업 페이지의 경로를 가져옵니다.
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 것과 같습니다.