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 表中的 products 列具有链接到所选类别中的产品列表的 URL。 此属性仅适用于子列。

适用于