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 부모로 지정 된 행을 사용 하 여 자식 테이블에 대 한 목록 작업 페이지를 검색 하려는 경우 메서드. 매개 변수에 지정된 외래 키 필드 값이 포함된 URL에 쿼리 문자열 값을 추가하여 경로를 row
가져옵니다.
메서드를 사용하는 GetChildrenListPath 것은 메서드를 GetChildrenPath(String, Object) 호출하고 작업을 첫 번째 매개 변수로 전달하는 것과 List 같습니다.