Aracılığıyla paylaş


IMutableTypeBase.RemoveComplexProperty Yöntem

Tanım

Aşırı Yüklemeler

RemoveComplexProperty(IReadOnlyProperty)

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

RemoveComplexProperty(String)

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

RemoveComplexProperty(IReadOnlyProperty)

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

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

Parametreler

property
IReadOnlyProperty

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

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