Share via


JoinTableConfiguration.RightKeys Property

 

Gets the names of the columns for the foreign key to the table of the entity on the right.

Namespace:   Microsoft.Data.Entity.Design.CodeGeneration
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

public ICollection<string> RightKeys { get; }
public:
property ICollection<String^>^ RightKeys {
    ICollection<String^>^ get();
}
member RightKeys : ICollection<string> with get
Public ReadOnly Property RightKeys As ICollection(Of String)

Property Value

Type: System.Collections.Generic.ICollection<String>

The names of the columns for the foreign key to the table of the entity on the right.

See Also

JoinTableConfiguration Class
Microsoft.Data.Entity.Design.CodeGeneration Namespace

Return to top