ConventionTypeConfiguration<T>.IsComplexType Method ()

 

Changes this entity type to a complex type.

Namespace:   System.Data.Entity.ModelConfiguration.Configuration
Assembly:  EntityFramework (in EntityFramework.dll)

public ConventionTypeConfiguration<T> IsComplexType()

Return Value

Type: System.Data.Entity.ModelConfiguration.Configuration.ConventionTypeConfiguration<T>

The same ConventionTypeConfiguration<T> instance so that multiple calls can be chained.