MetaForeignKeyColumn.GetForeignKeyValues Method (Object)

 

Retrieves a collection of values that represent the foreign keys for the specified row.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

Public Function GetForeignKeyValues (
	row As Object
) As IList(Of Object)

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
Return to top
Show: