Udostępnij za pośrednictwem


IMutableTypeBase.RemoveComplexProperty Metoda

Definicja

Przeciążenia

RemoveComplexProperty(IReadOnlyProperty)

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

RemoveComplexProperty(String)

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

RemoveComplexProperty(IReadOnlyProperty)

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

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

Parametry

property
IReadOnlyProperty

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

Parametry

name
String

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

Zwraca

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

Dotyczy