MetaForeignKeyColumn.GetForeignKeyValues(Object) Metoda

Definice

Načte kolekci hodnot, které představují cizí klíče pro zadaný řádek.

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

Parametry

row
Object

Řádek pro načtení hodnot cizího klíče.

Návraty

Kolekce hodnot, které představují cizí klíče pro zadaný řádek.

Poznámky

Metoda GetForeignKeyValues vrátí stejné hodnoty, které vrací GetForeignKeyString metoda, ale v jiném formátu.

Platí pro

Viz také