MetaForeignKeyColumn.GetForeignKeyValues Method (Object)
.NET Framework (current version)
Retrieves a collection of values that represent the foreign keys 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.Collections.Generic.IList(Of Object)A collection of values that represent the foreign keys for the specified row.
The GetForeignKeyValues method returns the same values that are returned by the GetForeignKeyString method, but in a different format.
.NET Framework
Available since 3.5
Available since 3.5
Show: