다음을 통해 공유


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

제거할 속성의 이름입니다.

반환

제거된 속성입니다.

적용 대상