MetaForeignKeyColumn.GetForeignKeyString Method (Object)
.NET Framework (current version)
Retrieves a comma-separated list of values that represent the foreign-key for the specified row.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- row
-
Type:
System.Object
The row to retrieve the foreign-key values for.
Return Value
Type: System.StringA comma-separated list of values that represent the foreign key for the specified row.
The GetForeignKeyString method returns the same values that are returned by the GetForeignKeyValues method, but in a different format.
.NET Framework
Available since 3.5
Available since 3.5
Show: