DbModelBuilder.ComplexType(TComplexType) Method
Entity Framework 5.0
Registers a type as a complex type in the model and returns an object that can be used to configure the complex type. This method can be called multiple times for the same type to perform multiple lines of configuration.
Namespace: System.Data.Entity
Assembly: EntityFramework (in EntityFramework.dll)
abstract ComplexType : unit -> ComplexTypeConfiguration<'TComplexType> when 'TComplexType : not struct override ComplexType : unit -> ComplexTypeConfiguration<'TComplexType> when 'TComplexType : not struct
Type Parameters
- TComplexType
The type to be registered or configured.
Return Value
Type: System.Data.Entity.ModelConfiguration.ComplexTypeConfiguration(TComplexType)The configuration object for the specified complex type.