AssociationProvider.ForeignKeyNames Property

 

Gets or sets the names of the foreign keys that make up this association.

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

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

Property Value

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

The names of the foreign keys that make up this association.

.NET Framework
Available since 3.5
Return to top
Show: