ComplexTypeMapping Constructor (ComplexType)

 

Creates a ComplexTypeMapping instance.

Namespace:   System.Data.Entity.Core.Mapping
Assembly:  EntityFramework (in EntityFramework.dll)

public ComplexTypeMapping(
	ComplexType complexType
)

Parameters

complexType
Type: System.Data.Entity.Core.Metadata.Edm.ComplexType

The ComplexType being mapped.