MutableEntityTypeExtensions.RemoveProperty(IMutableEntityType, String) メソッド

定義

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

public static Microsoft.EntityFrameworkCore.Metadata.IMutableProperty RemoveProperty (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, string name);
static member RemoveProperty : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * string -> Microsoft.EntityFrameworkCore.Metadata.IMutableProperty
<Extension()>
Public Function RemoveProperty (entityType As IMutableEntityType, name As String) As IMutableProperty

パラメーター

entityType
IMutableEntityType

エンティティの型。

name
String

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

戻り値

削除された プロパティ。

適用対象