Condividi tramite


MutableEntityTypeExtensions.RemoveProperty(IMutableEntityType, String) Metodo

Definizione

Rimuove una proprietà da questo tipo di entità.

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

Parametri

entityType
IMutableEntityType

Tipo di entità.

name
String

Nome della proprietà da rimuovere.

Restituisce

Proprietà rimossa.

Si applica a