Sdílet prostřednictvím


MutableEntityTypeExtensions.RemoveProperty(IMutableEntityType, String) Metoda

Definice

Odebere vlastnost z tohoto typu entity.

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

Parametry

entityType
IMutableEntityType

Typ entity.

name
String

Název vlastnosti, která se má odebrat.

Návraty

Vlastnost, která byla odebrána.

Platí pro