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

기본 키를 가져올 행입니다.

반품

행의 기본 키를 나타내는 열 값의 컬렉션입니다.

적용 대상