다음을 통해 공유


IMutableTypeBase.RemoveComplexProperty 메서드

정의

오버로드

RemoveComplexProperty(IReadOnlyProperty)

이 형식에서 속성을 제거합니다.

RemoveComplexProperty(String)

이 형식에서 속성을 제거합니다.

RemoveComplexProperty(IReadOnlyProperty)

이 형식에서 속성을 제거합니다.

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

매개 변수

property
IReadOnlyProperty

제거할 속성입니다.

반환

제거된 속성이거나 null 속성을 찾을 수 없는 경우 입니다.

적용 대상

RemoveComplexProperty(String)

이 형식에서 속성을 제거합니다.

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

매개 변수

name
String

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

반환

제거된 속성이거나 null 속성을 찾을 수 없는 경우 입니다.

적용 대상