Udostępnij za pośrednictwem


MetaForeignKeyColumn.GetForeignKeyValues(Object) Metoda

Definicja

Pobiera kolekcję wartości reprezentujących klucze obce dla określonego wiersza.

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

Wiersz umożliwiający pobranie wartości klucza obcego.

Zwraca

Kolekcja wartości reprezentujących klucze obce dla określonego wiersza.

Uwagi

Metoda GetForeignKeyValues zwraca te same wartości, które są zwracane przez metodę GetForeignKeyString , ale w innym formacie.

Dotyczy

Zobacz też