Share via


IConventionTypeBaseBuilder.RemoveUnusedImplicitProperties Method

Definition

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

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionTypeBaseBuilder 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.IConventionTypeBaseBuilder
Public Function RemoveUnusedImplicitProperties (properties As IReadOnlyList(Of IConventionProperty)) As IConventionTypeBaseBuilder

Parameters

properties
IReadOnlyList<IConventionProperty>

The properties to remove.

Returns

Applies to