ConventionEntityTypeExtensions.RemoveProperty(IConventionEntityType, String) Yöntem

Tanım

Bu varlık türünden bir özelliği kaldırır.

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

Parametreler

entityType
IConventionEntityType

Varlık türü.

name
String

Kaldırıla özelliğin adı.

Döndürülenler

IConventionProperty

Kaldırılan özellik.

Şunlara uygulanır