Aracılığıyla paylaş


IMutableTypeBase.RemoveProperty Yöntem

Tanım

Aşırı Yüklemeler

RemoveProperty(IReadOnlyProperty)

Bu türden bir özelliği kaldırır.

RemoveProperty(String)

Bu türden bir özelliği kaldırır.

RemoveProperty(IReadOnlyProperty)

Bu türden 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 özelliğin bulunup bulunmadığı.

Şunlara uygulanır

RemoveProperty(String)

Bu türden bir özelliği kaldırır.

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 özelliğin bulunup bulunmadığı.

Şunlara uygulanır