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

取得主鍵的那一列。

傳回

一組欄位值,代表該列的主鍵。

適用於