다음을 통해 공유


FieldTemplateUserControl.ChildrenPath 속성

정의

자식 엔터티 목록을 표시하는 페이지에 연결하는 URL을 가져옵니다.

protected:
 property System::String ^ ChildrenPath { System::String ^ get(); };
protected string ChildrenPath { get; }
member this.ChildrenPath : string
Protected ReadOnly Property ChildrenPath As String

속성 값

String

표시된 페이지를 자식 엔터티에 연결하는 URL입니다.

설명

이 메서드는 URL 연결 되는 자식 엔터티 목록을 표시 하는 페이지를 반환 합니다. 예를 들어, AdventureWorksLT 샘플 데이터베이스의 ProductCategories 표에 제품 열에는 선택한 범주에 있는 제품의 목록에 연결 하는 Url입니다. 이 속성은 자식 열에만 적용 됩니다.

적용 대상