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)

Public ReadOnly Property ForeignKeyNames As ReadOnlyCollection(Of String)

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection(Of String)

A collection that contains the names of the foreign keys.

.NET Framework
Available since 3.5
Return to top
Show: