RelationalPropertyAnnotations.GetAnnotations 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
매개 변수
반환
새 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 인스턴스입니다.
적용 대상
Entity Framework