次の方法で共有


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 が見つからなかった場合は 。

適用対象