MutableEntityTypeExtensions.RemoveProperty(IMutableEntityType, String) Метод

Определение

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

public static Microsoft.EntityFrameworkCore.Metadata.IMutableProperty RemoveProperty (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, string name);
static member RemoveProperty : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * string -> Microsoft.EntityFrameworkCore.Metadata.IMutableProperty
<Extension()>
Public Function RemoveProperty (entityType As IMutableEntityType, name As String) As IMutableProperty

Параметры

entityType
IMutableEntityType

Тип сущности.

name
String

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

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

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

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