Udostępnij za pośrednictwem


IMutableTypeBase.RemoveProperty Metoda

Definicja

Przeciążenia

RemoveProperty(IReadOnlyProperty)

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

RemoveProperty(String)

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

RemoveProperty(IReadOnlyProperty)

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

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

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

RemoveProperty(String)

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

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

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