ConventionAnnotatable.OnAnnotationSet 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
OnAnnotationSet(String, IConventionAnnotation, IConventionAnnotation) |
주석을 설정하거나 제거할 때 호출됩니다. |
OnAnnotationSet(String, Annotation, Annotation) |
주석을 설정하거나 제거할 때 호출됩니다. |
OnAnnotationSet(String, IConventionAnnotation, IConventionAnnotation)
- Source:
- ConventionAnnotatable.cs
- Source:
- ConventionAnnotatable.cs
- Source:
- ConventionAnnotatable.cs
- Source:
- ConventionAnnotatable.cs
- Source:
- ConventionAnnotatable.cs
주석을 설정하거나 제거할 때 호출됩니다.
protected virtual Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation OnAnnotationSet (string name, Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation annotation, Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation oldAnnotation);
protected virtual Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? OnAnnotationSet (string name, Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? annotation, Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? oldAnnotation);
override this.OnAnnotationSet : string * Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation * Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation
Protected Overridable Function OnAnnotationSet (name As String, annotation As IConventionAnnotation, oldAnnotation As IConventionAnnotation) As IConventionAnnotation
매개 변수
- name
- String
집합 주석의 키입니다.
- annotation
- IConventionAnnotation
주석 집합입니다.
- oldAnnotation
- IConventionAnnotation
이전 주석입니다.
반환
설정된 주석입니다.
적용 대상
OnAnnotationSet(String, Annotation, Annotation)
- Source:
- ConventionAnnotatable.cs
- Source:
- ConventionAnnotatable.cs
- Source:
- ConventionAnnotatable.cs
- Source:
- ConventionAnnotatable.cs
- Source:
- ConventionAnnotatable.cs
주석을 설정하거나 제거할 때 호출됩니다.
protected override Microsoft.EntityFrameworkCore.Infrastructure.Annotation OnAnnotationSet (string name, Microsoft.EntityFrameworkCore.Infrastructure.Annotation annotation, Microsoft.EntityFrameworkCore.Infrastructure.Annotation oldAnnotation);
protected override Microsoft.EntityFrameworkCore.Infrastructure.Annotation? OnAnnotationSet (string name, Microsoft.EntityFrameworkCore.Infrastructure.Annotation? annotation, Microsoft.EntityFrameworkCore.Infrastructure.Annotation? oldAnnotation);
override this.OnAnnotationSet : string * Microsoft.EntityFrameworkCore.Infrastructure.Annotation * Microsoft.EntityFrameworkCore.Infrastructure.Annotation -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Protected Overrides Function OnAnnotationSet (name As String, annotation As Annotation, oldAnnotation As Annotation) As Annotation
매개 변수
- name
- String
집합 주석의 키입니다.
- annotation
- Annotation
주석 집합입니다.
- oldAnnotation
- Annotation
이전 주석입니다.
반환
설정된 주석입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Entity Framework