Share via


IConventionTypeBaseBuilder.HasNoComplexProperty Method

Definition

Removes a complex property from this type.

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionTypeBaseBuilder? HasNoComplexProperty (Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty complexProperty, bool fromDataAnnotation = false);
abstract member HasNoComplexProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionTypeBaseBuilder
Public Function HasNoComplexProperty (complexProperty As IConventionComplexProperty, Optional fromDataAnnotation As Boolean = false) As IConventionTypeBaseBuilder

Parameters

complexProperty
IConventionComplexProperty

The complex property to be removed.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

The same builder instance if the complex property was removed, null otherwise.

Applies to