共用方式為


ConventionAnnotatable.OnAnnotationSet 方法

定義

多載

OnAnnotationSet(String, IConventionAnnotation, IConventionAnnotation)

設定或移除注釋時呼叫。

OnAnnotationSet(String, Annotation, Annotation)

設定或移除注釋時呼叫。

OnAnnotationSet(String, IConventionAnnotation, IConventionAnnotation)

設定或移除注釋時呼叫。

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)

設定或移除注釋時呼叫。

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

舊批註。

傳回

已設定的批註。

適用於