Поделиться через


IConventionTypeBase.RemoveComplexProperty Метод

Определение

Перегрузки

RemoveComplexProperty(IConventionComplexProperty)

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

RemoveComplexProperty(String)

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

RemoveComplexProperty(IConventionComplexProperty)

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

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

Параметры

property
IConventionComplexProperty

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

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

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

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

RemoveComplexProperty(String)

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

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

Параметры

name
String

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

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

Свойство, которое было удалено.

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