ConventionTypeConfiguration<T>.IsComplexType Method

Definition

Changes this entity type to a complex type.

public System.Data.Entity.ModelConfiguration.Configuration.ConventionTypeConfiguration<T> IsComplexType ();
member this.IsComplexType : unit -> System.Data.Entity.ModelConfiguration.Configuration.ConventionTypeConfiguration<'T (requires 'T : null)>
Public Function IsComplexType () As ConventionTypeConfiguration(Of T)

Returns

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

Applies to