共用方式為


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,此 URL 會連結至顯示外鍵實體詳細資料的頁面。 例如,在 Northwind 資料庫之 Product 資料表的 Category 資料行中,這個方法可以傳回連結,以前往產品所屬類別目錄的詳細資料。 這個屬性只適用于外鍵資料行。

適用於