AssociationProvider::ForeignKeyNames Property
.NET Framework (current version)
Gets or sets the names of the foreign keys that make up this association.
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
Available since 3.5
Show: