Share via


IConventionTypeBase.RemoveComplexProperty Metodo

Definizione

Overload

RemoveComplexProperty(IConventionComplexProperty)

Rimuove una proprietà da questo tipo.

RemoveComplexProperty(String)

Rimuove una proprietà da questo tipo.

RemoveComplexProperty(IConventionComplexProperty)

Rimuove una proprietà da questo tipo.

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

Parametri

property
IConventionComplexProperty

Proprietà da rimuovere.

Restituisce

Proprietà rimossa o null se la proprietà non è stata trovata.

Si applica a

RemoveComplexProperty(String)

Rimuove una proprietà da questo tipo.

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

Parametri

name
String

Nome della proprietà da rimuovere.

Restituisce

Proprietà rimossa.

Si applica a