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)

public:
property ReadOnlyCollection<String^>^ ForeignKeyNames {
	virtual ReadOnlyCollection<String^>^ get();
	protected: virtual void set(ReadOnlyCollection<String^>^ value);
}

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: