MetaForeignKeyColumn.GetForeignKeyString(Object) Method

Definition

Retrieves a comma-separated list of values that represent the foreign-key for the specified row.

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

Parameters

row
Object

The row to retrieve the foreign-key values for.

Returns

A comma-separated list of values that represent the foreign key for the specified row.

Remarks

The GetForeignKeyString method returns the same values that are returned by the GetForeignKeyValues method, but in a different format.

Applies to

See also