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

要移除之屬性的名稱。

傳回

已移除的屬性。

適用於