IMutableTypeBase.RemoveComplexProperty 方法

定義

多載

RemoveComplexProperty(IReadOnlyProperty)

從這個類型移除 屬性。

RemoveComplexProperty(String)

從這個類型移除 屬性。

RemoveComplexProperty(IReadOnlyProperty)

從這個類型移除 屬性。

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

參數

property
IReadOnlyProperty

要移除的屬性。

傳回

已移除的屬性,如果找不到屬性,則 null 為 。

適用於

RemoveComplexProperty(String)

從這個類型移除 屬性。

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

參數

name
String

要移除之屬性的名稱。

傳回

已移除的屬性,如果找不到屬性,則 null 為 。

適用於