Aracılığıyla paylaş


IConventionTypeBase.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.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 özellik bulunamadıysa.

Şunlara uygulanır

RemoveProperty(String)

Bu türden 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