AssociationProvider.ForeignKeyNames 属性

定义

获取或设置组成此关联的外键的名称。

public:  virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ ForeignKeyNames {  public:
System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); protected:
 void set(System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ value); };
public virtual System.Collections.ObjectModel.ReadOnlyCollection<string> ForeignKeyNames { get; protected set; }
member this.ForeignKeyNames : System.Collections.ObjectModel.ReadOnlyCollection<string> with get, set
Public Overridable Property ForeignKeyNames As ReadOnlyCollection(Of String)

属性值

组成此关联的外键的名称。

适用于