MetaForeignKeyColumn.GetForeignKeyDetailsPath(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le chemin d’accès de la page d’action détails de la table parente du champ de clé étrangère spécifiée.
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
Paramètres
- row
- Object
Ligne qui contient le champ de clé étrangère.
Retours
Chemin d’accès de la page d’action détails de la table parente du champ de clé étrangère spécifié.
Remarques
La méthode GetForeignKeyDetailsPath retourne le chemin d’accès de la page d’action détails en fonction des itinéraires définis pour l’application de données dynamiques ASP.NET. Cette méthode retourne une chaîne vide, le cas échéant rownull.
L’utilisation de la GetForeignKeyDetailsPath méthode est la même que l’appel de la GetForeignKeyPath(String, Object) méthode en passant l’action Details comme premier paramètre.