Partilhar via


IConventionComplexTypeBuilder.RemoveUnusedImplicitProperties Método

Definição

Remove as propriedades na lista fornecida se elas não fizerem parte de nenhum objeto de metadados.

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

Parâmetros

properties
IReadOnlyList<IConventionProperty>

As propriedades a serem removidas.

Retornos

Aplica-se a