Share via


IMutableTypeBase.RemoveProperty Methode

Definition

Überlädt

RemoveProperty(IReadOnlyProperty)

Entfernt eine Eigenschaft aus diesem Typ.

RemoveProperty(String)

Entfernt eine Eigenschaft aus diesem Typ.

RemoveProperty(IReadOnlyProperty)

Entfernt eine Eigenschaft aus diesem Typ.

public Microsoft.EntityFrameworkCore.Metadata.IMutableProperty? RemoveProperty (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
abstract member RemoveProperty : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Microsoft.EntityFrameworkCore.Metadata.IMutableProperty
Public Function RemoveProperty (property As IReadOnlyProperty) As IMutableProperty

Parameter

property
IReadOnlyProperty

Die zu entfernende Eigenschaft.

Gibt zurück

Die entfernte Eigenschaft oder null , wenn die Eigenschaft nicht gefunden wurde.

Gilt für:

RemoveProperty(String)

Entfernt eine Eigenschaft aus diesem Typ.

public Microsoft.EntityFrameworkCore.Metadata.IMutableProperty? RemoveProperty (string name);
abstract member RemoveProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IMutableProperty
Public Function RemoveProperty (name As String) As IMutableProperty

Parameter

name
String

Der Name der zu entfernenden Eigenschaft.

Gibt zurück

Die entfernte Eigenschaft oder null , wenn die Eigenschaft nicht gefunden wurde.

Gilt für: