MetaTable.GetPrimaryKeyValues(Object) Metodo

Definizione

Restituisce una raccolta di valori di colonna che rappresentano la chiave primaria per la riga specificata.

public:
 System::Collections::Generic::IList<System::Object ^> ^ GetPrimaryKeyValues(System::Object ^ row);
public:
 virtual System::Collections::Generic::IList<System::Object ^> ^ GetPrimaryKeyValues(System::Object ^ row);
public System.Collections.Generic.IList<object> GetPrimaryKeyValues(object row);
member this.GetPrimaryKeyValues : obj -> System.Collections.Generic.IList<obj>
abstract member GetPrimaryKeyValues : obj -> System.Collections.Generic.IList<obj>
override this.GetPrimaryKeyValues : obj -> System.Collections.Generic.IList<obj>
Public Function GetPrimaryKeyValues (row As Object) As IList(Of Object)

Parametri

row
Object

Riga per cui ottenere la chiave primaria.

Valori restituiti

Raccolta di valori di colonna che rappresentano la chiave primaria per la riga.

Si applica a