Aracılığıyla paylaş


IMutableEntityType.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(IMutableProperty)

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.IMutableProperty RemoveProperty (string name);
public Microsoft.EntityFrameworkCore.Metadata.IMutableProperty? RemoveProperty (string name);
abstract member RemoveProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IMutableProperty
Public Function RemoveProperty (name As String) As IMutableProperty

Parametreler

name
String

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

Döndürülenler

Kaldırılan özellik veya null özellik bulunamadıysa.

Şunlara uygulanır

RemoveProperty(IReadOnlyProperty)

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

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

Parametreler

property
IReadOnlyProperty

Kaldırılacak özellik.

Döndürülenler

Kaldırılan özellik veya null özellik bulunamadıysa.

Şunlara uygulanır

RemoveProperty(IMutableProperty)

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

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

Parametreler

property
IMutableProperty

Kaldırılacak özellik.

Döndürülenler

Kaldırılan özellik.

Şunlara uygulanır