MetaForeignKeyColumn.GetForeignKeyDetailsPath(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定外鍵欄位父表細節動作頁的路徑。
public:
System::String ^ GetForeignKeyDetailsPath(System::Object ^ row);
public:
virtual System::String ^ GetForeignKeyDetailsPath(System::Object ^ row);
public string GetForeignKeyDetailsPath(object row);
member this.GetForeignKeyDetailsPath : obj -> string
abstract member GetForeignKeyDetailsPath : obj -> string
override this.GetForeignKeyDetailsPath : obj -> string
Public Function GetForeignKeyDetailsPath (row As Object) As String
參數
- row
- Object
包含外鍵欄位的那一列。
傳回
指定外鍵欄位父表的詳細動作頁面路徑。
備註
GetForeignKeyDetailsPath 方法會根據 ASP.NET 動態資料應用程式所定義的路由,回傳詳細動作頁面的路徑。 此方法回傳空字串,若 row 為 null。
使用該 GetForeignKeyDetailsPath 方法等同於將 GetForeignKeyPath(String, Object) 動作作為第一個參數傳入 Details 方法。