Share via


ComplexTypeMapping(ComplexType) Constructor

Definition

Creates a ComplexTypeMapping instance.

public ComplexTypeMapping (System.Data.Entity.Core.Metadata.Edm.ComplexType complexType);
new System.Data.Entity.Core.Mapping.ComplexTypeMapping : System.Data.Entity.Core.Metadata.Edm.ComplexType -> System.Data.Entity.Core.Mapping.ComplexTypeMapping

Parameters

complexType
ComplexType

The ComplexType being mapped.

Applies to