MetaForeignKeyColumn.GetForeignKeyString Method (Object)

 

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

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

abstract GetForeignKeyString : 
        row:Object -> string
override GetForeignKeyString : 
        row:Object -> string

Parameters

row
Type: System.Object

The row to retrieve the foreign-key values for.

Return Value

Type: System.String

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