MetaTable.GetPrimaryKeyString 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 une liste des valeurs qui représentent la clé primaire pour la ligne spécifiée.
Surcharges
GetPrimaryKeyString(IList<Object>) |
Retourne une liste avec la virgule comme séparateur contenant des valeurs de colonne qui représentent la clé primaire pour la ligne spécifiée. |
GetPrimaryKeyString(Object) |
Retourne une liste avec la virgule comme séparateur contenant des valeurs de colonne qui représentent la clé primaire pour la ligne spécifiée. |
GetPrimaryKeyString(IList<Object>)
Retourne une liste avec la virgule comme séparateur contenant des valeurs de colonne qui représentent la clé primaire pour la ligne spécifiée.
public:
System::String ^ GetPrimaryKeyString(System::Collections::Generic::IList<System::Object ^> ^ primaryKeyValues);
public:
virtual System::String ^ GetPrimaryKeyString(System::Collections::Generic::IList<System::Object ^> ^ primaryKeyValues);
public string GetPrimaryKeyString (System.Collections.Generic.IList<object> primaryKeyValues);
member this.GetPrimaryKeyString : System.Collections.Generic.IList<obj> -> string
abstract member GetPrimaryKeyString : System.Collections.Generic.IList<obj> -> string
override this.GetPrimaryKeyString : System.Collections.Generic.IList<obj> -> string
Public Function GetPrimaryKeyString (primaryKeyValues As IList(Of Object)) As String
Paramètres
Retours
Liste avec la virgule comme séparateur contenant des valeurs de colonne. Si la liste est vide, une chaîne vide est retournée.
S’applique à
GetPrimaryKeyString(Object)
Retourne une liste avec la virgule comme séparateur contenant des valeurs de colonne qui représentent la clé primaire pour la ligne spécifiée.
public:
System::String ^ GetPrimaryKeyString(System::Object ^ row);
public:
virtual System::String ^ GetPrimaryKeyString(System::Object ^ row);
public string GetPrimaryKeyString (object row);
member this.GetPrimaryKeyString : obj -> string
abstract member GetPrimaryKeyString : obj -> string
override this.GetPrimaryKeyString : obj -> string
Public Function GetPrimaryKeyString (row As Object) As String
Paramètres
- row
- Object
Ligne pour laquelle obtenir la clé primaire.
Retours
Liste avec la virgule comme séparateur contenant les valeurs de colonne qui représentent la clé primaire pour la ligne.