MetaTable.GetPrimaryKeyValues(Object) Método

Definición

Devuelve una colección de valores de columna que representan la clave principal de la fila especificada.

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)

Parámetros

row
Object

Fila cuya clave principal se va a obtener.

Devoluciones

IList<Object>

Colección de valores de columna que representan la clave principal de la fila.

Se aplica a