JoinTableConfiguration.LeftKeys Property

 

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

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

public ICollection<string> LeftKeys { get; }

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 left.