Udostępnij za pośrednictwem


IConventionTypeBase.RemoveComplexProperty Metoda

Definicja

Przeciążenia

RemoveComplexProperty(IConventionComplexProperty)

Usuwa właściwość z tego typu.

RemoveComplexProperty(String)

Usuwa właściwość z tego typu.

RemoveComplexProperty(IConventionComplexProperty)

Usuwa właściwość z tego typu.

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

Parametry

property
IConventionComplexProperty

Właściwość do usunięcia.

Zwraca

Usunięta właściwość lub null jeśli właściwość nie została znaleziona.

Dotyczy

RemoveComplexProperty(String)

Usuwa właściwość z tego typu.

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

Parametry

name
String

Nazwa właściwości do usunięcia.

Zwraca

Właściwość, która została usunięta.

Dotyczy