Compartir a través de


MutableEntityTypeExtensions.RemoveProperty(IMutableEntityType, String) Método

Definición

Quita una propiedad de este tipo de entidad.

public static Microsoft.EntityFrameworkCore.Metadata.IMutableProperty RemoveProperty (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, string name);
static member RemoveProperty : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * string -> Microsoft.EntityFrameworkCore.Metadata.IMutableProperty
<Extension()>
Public Function RemoveProperty (entityType As IMutableEntityType, name As String) As IMutableProperty

Parámetros

entityType
IMutableEntityType

El tipo de entidad.

name
String

Nombre de la propiedad que se quitará.

Devoluciones

Propiedad que se quitó.

Se aplica a