MetaChildrenColumn.GetChildrenPath 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
자식 테이블의 지정된 작업 페이지 경로를 가져옵니다.
오버로드
GetChildrenPath(String, Object) |
자식 테이블의 지정된 작업 페이지 경로를 가져옵니다. |
GetChildrenPath(String, Object, String) |
자식 테이블의 지정된 작업 페이지 경로를 가져옵니다. |
GetChildrenPath(String, Object)
자식 테이블의 지정된 작업 페이지 경로를 가져옵니다.
public:
System::String ^ GetChildrenPath(System::String ^ action, System::Object ^ row);
public:
virtual System::String ^ GetChildrenPath(System::String ^ action, System::Object ^ row);
public string GetChildrenPath (string action, object row);
member this.GetChildrenPath : string * obj -> string
abstract member GetChildrenPath : string * obj -> string
override this.GetChildrenPath : string * obj -> string
Public Function GetChildrenPath (action As String, row As Object) As String
매개 변수
- action
- String
대상 동작입니다.
- row
- Object
외래 키 필드가 포함된 행입니다.
반환
자식 테이블의 지정된 작업 페이지 경로입니다.
설명
GetChildrenPath(String, Object)메서드는 자식 테이블에 대해 지정된 동작 페이지의 경로를 반환합니다. 반환 하는 경로가 ASP.NET Dynamic Data 애플리케이션에 대해 정의 된 경로 기준으로 하며 부모로 지정된 된 행에 있습니다. 매개 변수에 지정된 외래 키 필드 값이 포함된 URL에 쿼리 문자열 값을 추가하여 경로를 row
가져옵니다.
row
가 null
이면 이 메서드는 빈 문자열을 반환합니다.
매개 변수에 대해 클래스에 정의된 값을 사용할 수 PageAction action
있습니다.
추가 정보
적용 대상
GetChildrenPath(String, Object, String)
자식 테이블의 지정된 작업 페이지 경로를 가져옵니다.
public:
System::String ^ GetChildrenPath(System::String ^ action, System::Object ^ row, System::String ^ path);
public:
virtual System::String ^ GetChildrenPath(System::String ^ action, System::Object ^ row, System::String ^ path);
public string GetChildrenPath (string action, object row, string path);
member this.GetChildrenPath : string * obj * string -> string
abstract member GetChildrenPath : string * obj * string -> string
override this.GetChildrenPath : string * obj * string -> string
Public Function GetChildrenPath (action As String, row As Object, path As String) As String
매개 변수
- action
- String
대상 동작입니다.
- row
- Object
외래 키 필드가 포함된 행입니다.
- path
- String
대상 페이지입니다.
반환
자식 테이블의 지정된 작업 페이지 경로입니다.
설명
GetChildrenPath(String, Object, String)메서드는 자식 테이블에 대해 지정된 동작 페이지의 경로를 반환합니다. 경로는 지정된 행을 부모로 갖는 지정된 경로를 기반으로 합니다. 매개 변수에 지정된 외래 키 필드 값이 포함된 URL에 쿼리 문자열 값을 추가하여 경로를 row
가져옵니다.
row
가 null
이면 이 메서드는 빈 문자열을 반환합니다. 하는 경우 path
됩니다 null
, GetChildrenPath(String, Object, String) 메서드는 ASP.NET Dynamic Data 애플리케이션에 대해 정의 된 경로에 따라 경로 반환 합니다.
매개 변수에 대해 클래스에 정의된 값을 사용할 수 PageAction action
있습니다.