다음을 통해 공유


IConventionTypeBaseBuilder.HasNoComplexProperty 메서드

정의

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

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionTypeBaseBuilder? HasNoComplexProperty (Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty complexProperty, bool fromDataAnnotation = false);
abstract member HasNoComplexProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionTypeBaseBuilder
Public Function HasNoComplexProperty (complexProperty As IConventionComplexProperty, Optional fromDataAnnotation As Boolean = false) As IConventionTypeBaseBuilder

매개 변수

complexProperty
IConventionComplexProperty

제거할 복합 속성입니다.

fromDataAnnotation
Boolean

데이터 주석을 사용하여 구성을 지정했는지 여부를 나타냅니다.

반환

복합 속성이 제거된 null 경우 동일한 작성기가 instance. 그렇지 않으면 입니다.

적용 대상