다음을 통해 공유


RelationalPropertyAnnotations.GetAnnotations 메서드

정의

오버로드

GetAnnotations(IProperty)

RelationalPropertyAnnotations 이 instance 규칙별 주석 설정을 제어하는 RelationalAnnotations 데 사용되는 의미 체계를 유지 관리하는 지정된 IProperty 에 대한 instance 가져옵니다.

GetAnnotations(IEntityType)

RelationalEntityTypeAnnotations 이 instance 규칙별 주석 설정을 제어하는 RelationalAnnotations 데 사용되는 의미 체계를 유지 관리하는 지정된 IEntityType 에 대한 instance 가져옵니다.

GetAnnotations(IProperty)

RelationalPropertyAnnotations 이 instance 규칙별 주석 설정을 제어하는 RelationalAnnotations 데 사용되는 의미 체계를 유지 관리하는 지정된 IProperty 에 대한 instance 가져옵니다.

protected virtual Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations GetAnnotations (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member GetAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations
override this.GetAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations
Protected Overridable Function GetAnnotations (property As IProperty) As RelationalPropertyAnnotations

매개 변수

property
IProperty

IProperty 주석을 달 수 있는 입니다.

반환

RelationalPropertyAnnotations 인스턴스입니다.

적용 대상

GetAnnotations(IEntityType)

RelationalEntityTypeAnnotations 이 instance 규칙별 주석 설정을 제어하는 RelationalAnnotations 데 사용되는 의미 체계를 유지 관리하는 지정된 IEntityType 에 대한 instance 가져옵니다.

protected virtual Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations GetAnnotations (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
abstract member GetAnnotations : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations
override this.GetAnnotations : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations
Protected Overridable Function GetAnnotations (entityType As IEntityType) As RelationalEntityTypeAnnotations

매개 변수

entityType
IEntityType

IEntityType 주석을 달 수 있는 입니다.

반환

RelationalEntityTypeAnnotations 인스턴스입니다.

적용 대상