IMutableTypeBase.RemoveComplexProperty Methode

Definition

Überlädt

RemoveComplexProperty(IReadOnlyProperty)

Entfernt eine Eigenschaft aus diesem Typ.

RemoveComplexProperty(String)

Entfernt eine Eigenschaft aus diesem Typ.

RemoveComplexProperty(IReadOnlyProperty)

Entfernt eine Eigenschaft aus diesem Typ.

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

Parameter

property
IReadOnlyProperty

Die zu entfernende Eigenschaft.

Gibt zurück

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

Gilt für:

RemoveComplexProperty(String)

Entfernt eine Eigenschaft aus diesem Typ.

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

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: