Freigeben über


IConventionTypeBase.RemoveComplexProperty Methode

Definition

Überlädt

RemoveComplexProperty(IConventionComplexProperty)

Entfernt eine Eigenschaft aus diesem Typ.

RemoveComplexProperty(String)

Entfernt eine Eigenschaft aus diesem Typ.

RemoveComplexProperty(IConventionComplexProperty)

Entfernt eine Eigenschaft aus diesem Typ.

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

Parameter

property
IConventionComplexProperty

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.IConventionComplexProperty? RemoveComplexProperty (string name);
abstract member RemoveComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty
Public Function RemoveComplexProperty (name As String) As IConventionComplexProperty

Parameter

name
String

Der Name der zu entfernenden Eigenschaft.

Gibt zurück

Die -Eigenschaft, die entfernt wurde.

Gilt für: