Aracılığıyla paylaş


IConventionTypeBase.RemoveComplexProperty Yöntem

Tanım

Aşırı Yüklemeler

RemoveComplexProperty(IConventionComplexProperty)

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

RemoveComplexProperty(String)

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

RemoveComplexProperty(IConventionComplexProperty)

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

public Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty? RemoveComplexProperty (Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty property);
abstract member RemoveComplexProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty -> Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty
Public Function RemoveComplexProperty (property As IConventionComplexProperty) As IConventionComplexProperty

Parametreler

property
IConventionComplexProperty

Kaldırılacak özellik.

Döndürülenler

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

Şunlara uygulanır

RemoveComplexProperty(String)

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

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

Parametreler

name
String

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

Döndürülenler

Kaldırılan özellik.

Şunlara uygulanır