MultiplicityConfiguration.LeftEntityType Property

 

Gets or sets the entity type of the left end of the association.

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

public EntityType LeftEntityType {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Data.Entity.Core.Metadata.Edm.EntityType

The entity type of the left end of the association.