ConventionTypeConfiguration.IsComplexType Method

Definition

Changes this entity type to a complex type.

public System.Data.Entity.ModelConfiguration.Configuration.ConventionTypeConfiguration IsComplexType ();
member this.IsComplexType : unit -> System.Data.Entity.ModelConfiguration.Configuration.ConventionTypeConfiguration
Public Function IsComplexType () As ConventionTypeConfiguration

Returns

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

Applies to