IConventionTypeBase.RemoveComplexProperty 方法

定義

多載

RemoveComplexProperty(IConventionComplexProperty)

從這個類型移除屬性。

RemoveComplexProperty(String)

從這個類型移除屬性。

RemoveComplexProperty(IConventionComplexProperty)

從這個類型移除屬性。

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

參數

property
IConventionComplexProperty

要移除的屬性。

傳回

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

適用於

RemoveComplexProperty(String)

從這個類型移除屬性。

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

參數

name
String

要移除之屬性的名稱。

傳回

已移除的屬性。

適用於