다음을 통해 공유


IConventionTypeBase.RemoveComplexProperty 메서드

정의

오버로드

RemoveComplexProperty(IConventionComplexProperty)

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

RemoveComplexProperty(String)

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

RemoveComplexProperty(IConventionComplexProperty)

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

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

매개 변수

property
IConventionComplexProperty

제거할 속성입니다.

반환

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

적용 대상

RemoveComplexProperty(String)

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

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

매개 변수

name
String

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

반환

제거된 속성입니다.

적용 대상