MetaForeignKeyColumn.GetForeignKeyPath 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定之動作頁面的路徑,這個頁面屬於指定之外部索引鍵欄位的父資料表。
多載
GetForeignKeyPath(String, Object) |
取得指定之動作頁面的路徑,這個頁面屬於指定之外部索引鍵欄位的父資料表。 |
GetForeignKeyPath(String, Object, String) |
取得指定之動作頁面的路徑,這個頁面屬於指定之外部索引鍵欄位的父資料表。 |
GetForeignKeyPath(String, Object)
取得指定之動作頁面的路徑,這個頁面屬於指定之外部索引鍵欄位的父資料表。
public:
System::String ^ GetForeignKeyPath(System::String ^ action, System::Object ^ row);
public:
virtual System::String ^ GetForeignKeyPath(System::String ^ action, System::Object ^ row);
public string GetForeignKeyPath (string action, object row);
member this.GetForeignKeyPath : string * obj -> string
abstract member GetForeignKeyPath : string * obj -> string
override this.GetForeignKeyPath : string * obj -> string
Public Function GetForeignKeyPath (action As String, row As Object) As String
參數
- action
- String
目標動作。
- row
- Object
包含外部索引鍵欄位的資料列。
傳回
指定之動作頁面的路徑,這個頁面屬於指定之外部索引鍵欄位的父資料表。
備註
GetForeignKeyPath(String, Object)方法會根據針對 ASP.NET 動態資料應用程式所定義的路由,傳回指定之動作頁面的路徑。 如果為,則這個方法會傳回空字串 row
null
。
您可以使用類別中針對參數定義的值 PageAction action
。
另請參閱
適用於
GetForeignKeyPath(String, Object, String)
取得指定之動作頁面的路徑,這個頁面屬於指定之外部索引鍵欄位的父資料表。
public:
System::String ^ GetForeignKeyPath(System::String ^ action, System::Object ^ row, System::String ^ path);
public:
virtual System::String ^ GetForeignKeyPath(System::String ^ action, System::Object ^ row, System::String ^ path);
public string GetForeignKeyPath (string action, object row, string path);
member this.GetForeignKeyPath : string * obj * string -> string
abstract member GetForeignKeyPath : string * obj * string -> string
override this.GetForeignKeyPath : string * obj * string -> string
Public Function GetForeignKeyPath (action As String, row As Object, path As String) As String
參數
- action
- String
目標動作。
- row
- Object
包含外部索引鍵欄位的資料列。
- path
- String
目標頁面。
傳回
指定之動作頁面的路徑,這個頁面屬於指定之外部索引鍵欄位的父資料表。
備註
GetForeignKeyPath(String, Object)方法會根據指定的,傳回指定之動作頁面的路徑 path
。 如果為,則這個方法會傳回空字串 row
null
。
您可以使用類別中針對參數定義的值 PageAction action
。