MetaForeignKeyColumn.ForeignKeyNames Property

 

Gets a collection that contains the names of the foreign keys in the association that represents a database relationship.

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

abstract ForeignKeyNames : ReadOnlyCollection<string> with get
override ForeignKeyNames : ReadOnlyCollection<string> with get

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<String>

A collection that contains the names of the foreign keys.

.NET Framework
Available since 3.5
Return to top
Show: