次の方法で共有


IConventionEntityType.RemoveProperty メソッド

定義

オーバーロード

RemoveProperty(IReadOnlyProperty)

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

RemoveProperty(String)

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

RemoveProperty(IConventionProperty)

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

RemoveProperty(IReadOnlyProperty)

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

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

パラメーター

property
IReadOnlyProperty

削除するプロパティ。

戻り値

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

適用対象

RemoveProperty(String)

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

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

パラメーター

name
String

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

戻り値

削除されたプロパティ。

適用対象

RemoveProperty(IConventionProperty)

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

public void RemoveProperty (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
public Microsoft.EntityFrameworkCore.Metadata.IConventionProperty RemoveProperty (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
abstract member RemoveProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> unit
abstract member RemoveProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Microsoft.EntityFrameworkCore.Metadata.IConventionProperty
Public Sub RemoveProperty (property As IConventionProperty)
Public Function RemoveProperty (property As IConventionProperty) As IConventionProperty

パラメーター

property
IConventionProperty

削除するプロパティ。

戻り値

削除されたプロパティ。

適用対象