FieldTemplateUserControl.ForeignKeyPath 属性

定义

获取将当前页面与显示外键实体详细信息的页面链接的 URL。

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

属性值

String

链接到外键数据详细信息的 URL。

注解

如果数据列具有多对一关系,则此属性返回链接到显示外键实体详细信息的页面的 URL。 例如,在 Northwind 数据库的 Product 表的"类别"列中,此方法可以返回指向产品所属类别的详细信息的链接。 此属性仅适用于外键列。

适用于