共用方式為


FieldTemplateUserControl.ChildrenPath 屬性

定義

取得 URL,用來連結到顯示子實體 (Entity) 清單的頁面。

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,此 URL 會連結至顯示子系實體清單的頁面。 例如,AdventureWorksLT 範例資料庫中 ProductCategories 資料表內的 products 資料行會有 Url 連結到所選類別中的產品清單。 這個屬性只適用于子資料行。

適用於