IConventionEntityType.RemoveProperty Yöntem

Tanım

Aşırı Yüklemeler

RemoveProperty(String)

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

RemoveProperty(IReadOnlyProperty)

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

RemoveProperty(IConventionProperty)

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

RemoveProperty(String)

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

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

Parametreler

name
String

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

Döndürülenler

IConventionProperty

Kaldırılan özellik.

Şunlara uygulanır

RemoveProperty(IReadOnlyProperty)

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

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

Parametreler

property
IReadOnlyProperty

Kaldırıla özelliği.

Döndürülenler

IConventionProperty

Kaldırılan özellik null veya özelliği bulunamadı.

Şunlara uygulanır

RemoveProperty(IConventionProperty)

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

public void RemoveProperty (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
public Microsoft.EntityFrameworkCore.Metadata.IConventionProperty RemoveProperty (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
abstract member RemoveProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> unit
abstract member RemoveProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Microsoft.EntityFrameworkCore.Metadata.IConventionProperty
Public Sub RemoveProperty (property As IConventionProperty)
Public Function RemoveProperty (property As IConventionProperty) As IConventionProperty

Parametreler

property
IConventionProperty

Kaldırıla özelliği.

Döndürülenler

IConventionProperty

Kaldırılan özelliği.

Şunlara uygulanır