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

プロパティ値

表示されたページを子エンティティにリンクする URL。

注釈

このメソッドは、子エンティティの一覧を表示するページにリンクする URL を返します。 たとえば、AdventureWorksLT サンプル データベースの ProductCategories テーブルの products 列には、選択したカテゴリ内の製品の一覧にリンクする URL があります。 このプロパティは、子列にのみ適用されます。

適用対象