IConventionEntityTypeBuilder.RemoveUnusedImplicitProperties Method

Definition

Removes properties in the given list if they are not part of any metadata object.

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder RemoveUnusedImplicitProperties (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> properties);
abstract member RemoveUnusedImplicitProperties : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder
Public Function RemoveUnusedImplicitProperties (properties As IReadOnlyList(Of IConventionProperty)) As IConventionEntityTypeBuilder

Parameters

properties
IReadOnlyList<IConventionProperty>

The properties to remove.

Returns

Applies to