Share via


MetaTable.GetPrimaryKeyValues(Object) 方法

定義

傳回資料行值的集合,這些值表示指定之資料列的主索引鍵。

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)

參數

row
Object

要取得主索引鍵的資料列。

傳回

資料行值的集合,這些值表示資料列的主索引鍵。

適用於