MetaTable.GetPrimaryKeyValues(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a collection of column values that represent the primary key for the specified row.
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)
Parameters
- row
- Object
The row to get the primary key for.
Returns
A collection of column values that represent the primary key for the row.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.