Aracılığıyla paylaş


MetaTable.GetPrimaryKeyValues(Object) Yöntem

Tanım

Belirtilen satır için birincil anahtarı temsil eden bir sütun değerleri koleksiyonu döndürür.

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)

Parametreler

row
Object

Birincil anahtarın alın olduğu satır.

Döndürülenler

Satır için birincil anahtarı temsil eden sütun değerleri koleksiyonu.

Şunlara uygulanır