MetaForeignKeyColumn.GetForeignKeyString(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.
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.