Share via


IMutableTypeBase.RemoveProperty メソッド

定義

オーバーロード

RemoveProperty(IReadOnlyProperty)

この型からプロパティを削除します。

RemoveProperty(String)

この型からプロパティを削除します。

RemoveProperty(IReadOnlyProperty)

この型からプロパティを削除します。

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

パラメーター

property
IReadOnlyProperty

削除するプロパティ。

戻り値

削除されたプロパティ、または null プロパティが見つからない場合は 。

適用対象

RemoveProperty(String)

この型からプロパティを削除します。

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

パラメーター

name
String

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

戻り値

削除されたプロパティ、または null プロパティが見つからない場合は 。

適用対象