IMutableTypeBase.RemoveProperty Метод

Определение

Перегрузки

RemoveProperty(IReadOnlyProperty)

Удаляет свойство из этого типа.

RemoveProperty(String)

Удаляет свойство из этого типа.

RemoveProperty(IReadOnlyProperty)

Удаляет свойство из этого типа.

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

Параметры

property
IReadOnlyProperty

Свойство, которое нужно удалить.

Возвращаемое значение

Удаленное свойство или null значение , если свойство не найдено.

Применяется к

RemoveProperty(String)

Удаляет свойство из этого типа.

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

Параметры

name
String

Имя удаляемого свойства.

Возвращаемое значение

Удаленное свойство или null значение , если свойство не найдено.

Применяется к