Udostępnij przez


MetaTable.GetPrimaryKeyString Metoda

Definicja

Pobiera listę wartości reprezentujących klucz podstawowy dla określonego wiersza.

Przeciążenia

GetPrimaryKeyString(IList<Object>)

Zwraca rozdzielaną przecinkami listę wartości kolumn, które reprezentują klucz podstawowy dla określonego wiersza.

GetPrimaryKeyString(Object)

Zwraca rozdzielaną przecinkami listę wartości kolumn, które reprezentują klucz podstawowy dla określonego wiersza.

GetPrimaryKeyString(IList<Object>)

Zwraca rozdzielaną przecinkami listę wartości kolumn, które reprezentują klucz podstawowy dla określonego wiersza.

public:
 System::String ^ GetPrimaryKeyString(System::Collections::Generic::IList<System::Object ^> ^ primaryKeyValues);
public:
 virtual System::String ^ GetPrimaryKeyString(System::Collections::Generic::IList<System::Object ^> ^ primaryKeyValues);
public string GetPrimaryKeyString (System.Collections.Generic.IList<object> primaryKeyValues);
member this.GetPrimaryKeyString : System.Collections.Generic.IList<obj> -> string
abstract member GetPrimaryKeyString : System.Collections.Generic.IList<obj> -> string
override this.GetPrimaryKeyString : System.Collections.Generic.IList<obj> -> string
Public Function GetPrimaryKeyString (primaryKeyValues As IList(Of Object)) As String

Parametry

primaryKeyValues
IList<Object>

Lista wartości kolumn, które tworzą klucz podstawowy.

Zwraca

Rozdzielona przecinkami lista wartości kolumn. Jeśli lista jest pusta, zwracany jest pusty ciąg.

Dotyczy

GetPrimaryKeyString(Object)

Zwraca rozdzielaną przecinkami listę wartości kolumn, które reprezentują klucz podstawowy dla określonego wiersza.

public:
 System::String ^ GetPrimaryKeyString(System::Object ^ row);
public:
 virtual System::String ^ GetPrimaryKeyString(System::Object ^ row);
public string GetPrimaryKeyString (object row);
member this.GetPrimaryKeyString : obj -> string
abstract member GetPrimaryKeyString : obj -> string
override this.GetPrimaryKeyString : obj -> string
Public Function GetPrimaryKeyString (row As Object) As String

Parametry

row
Object

Wiersz umożliwiający pobranie klucza podstawowego.

Zwraca

Rozdzielona przecinkami lista wartości kolumn reprezentujących klucz podstawowy dla wiersza.

Dotyczy