Aracılığıyla paylaş


IConventionEntityType.RemoveProperty Yöntem

Tanım

Aşırı Yüklemeler

RemoveProperty(IReadOnlyProperty)

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.

RemoveProperty(IConventionProperty)

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.

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ılacak özellik.

Döndürülenler

Kaldırılan özellik veya null özelliğin bulunup bulunmadığı.

Şunlara uygulanı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ılacak özelliğin adı.

Döndürülenler

Kaldırılan özellik.

Ş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ılacak özellik.

Döndürülenler

Kaldırılan özellik.

Şunlara uygulanır