次の方法で共有


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

削除するプロパティの名前。

戻り値

削除された プロパティ。

適用対象